kdl-org / kdl

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

Do not escape solidus (forwardslash) in test #198

Closed danini-the-panini closed 2 years ago

danini-the-panini commented 2 years ago

The solidus (forwardslash) character does not need to be escaped in strings, but in an effort not to break the spec now that we're in 1.0, we could allow the character to be escaped during parsing, but not escape it when stringifying. This would also require no changes to the grammar.

Closes #194