Open
Description
Slash-dashed simple node fails with ;
terminator, though couldn't find anything in the spec changes to warrant that (py/js parsers parse this fine)
With kdl-rs 6.1.0
/-n 1;
× Failed to parse KDL document
Error:
× Found invalid node name
╭────
1 │ /-n 1;
· ┬
· ╰── not node name
╰────
help: This can be any string type, including a quoted, raw, or multiline string, as well as a plain identifier string.