kdl-org / kdl

the kdl document language specifications
https://kdl.dev
Other
1.14k stars 62 forks source link

tests: adjust bare identifier inputs to match spec. #168

Closed danderson closed 3 years ago

danderson commented 3 years ago

/ is not a valid identifier character. This updates unusual_chars_in_bare_id.kdl to only include unusual but valid identifier characters, and adds separate invalid input tests for non-identifier characters.

Fixes #166