mirror of https://github.com/kdl-org/kdl.git
allow EOF right after line continuations
Fixes: https://github.com/kdl-org/kdl/issues/337
This commit is contained in:
parent
e70c7a01e3
commit
46a987e989
|
|
@ -27,6 +27,8 @@
|
|||
`#""#`.
|
||||
* `#` is an illegal initial identifier character, but is allowed in other
|
||||
places in identifiers.
|
||||
* Line continuations can be followed by an EOF now, instead of requiring a
|
||||
newline (or comment). `node \<EOF>` is now a legal KDL document.
|
||||
|
||||
### KQL
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue