You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The following test in the test suite seems to contradict the spec. Specifically, the section on escaping which states:
http://archieml.org/spec/1.0/CR-20151015.html#escaping
The text was updated successfully, but these errors were encountered: