kdl/tests/test_cases
Tab Atkins Jr 73d3bd74f1
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).
2021-10-04 17:43:45 -07:00
..
expected_kdl Add missing expected file 2021-10-04 17:43:45 -07:00
input tests: add more coverage for keywords (#189) 2021-09-20 19:01:48 -07:00