Permalink
Cannot retrieve contributors at this time
=== Multiline Scalar at Top Level | |
--- from: NimYAML tests | |
--- tags: scalar whitespace 1.3-err | |
--- in-yaml | |
a | |
b<SPC><SPC> | |
c | |
d | |
e | |
--- in-json | |
"a b c d\ne" | |
--- out-yaml | |
# XXX This should emit as double quoted (opinion) | |
# "a b c d\ne" | |
'a b c d | |
e' | |
--- test-event | |
+STR | |
+DOC | |
=VAL :a b c d\ne | |
-DOC | |
-STR |