-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
test: does not allow escaping colons in keys
result: {"key": "value\nkey2\\:value"}
key:value
key2\:value
:end
The following test in the test suite seems to contradict the spec. Specifically, the section on escaping which states:
ArchieML purposefully does not treat escapes as applying to individual characters, but instead to entire lines. Backslashes are treated as escape characters only when they appear at the beginning of a line.
Metadata
Metadata
Assignees
Labels
No labels