Slashdash at the start of a KDL file (KDL2 grammar) #377
Unanswered
alightgoesout
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
While working on KDL4J, I noticed that the grammar for KDL 2.0 does not seem to allow a slashdash right at the start of the document:
We can see that at least one plain line space is required before a slashdash of a node and plain line space cannot be empty. This does not seem right, especially since several test cases seem to imply that it is perfectly fine (e.g.,
slashdash_full_node.kdl
orslashdash_only_node.kdl
).Am I not reading the grammar right ?
Beta Was this translation helpful? Give feedback.
All reactions