mirror of https://github.com/kdl-org/kdl.git
Add missing expected file
Per the grammar (`decimal := integer ('.' [0-9] [0-9_]*)? exponent?`), underscores in the fraction part should be allowed (as in `node 1.0_2`, the contents of the corresponding input file), but there was no expected_kdl file for this test case, indicating it's supposed to be a parse failure.
I'm assuming this was a mistake, since underscores in the fraction part make complete sense (and are allowed in the other two parts of a decimal number).
This commit is contained in:
parent
5a2f4969fe
commit
73d3bd74f1
|
|
@ -0,0 +1 @@
|
|||
node 1.02
|
||||
Loading…
Reference in New Issue