saphyr-serde/parser/tests/yaml-test-suite/src/9YRD.yaml

24 lines
278 B
YAML
Raw Normal View History

---
- name: Multiline Scalar at Top Level
from: NimYAML tests
tags: scalar whitespace 1.3-err
yaml: |
a
b␣␣
c
d
e
tree: |
+STR
+DOC
=VAL :a b c d\ne
-DOC
-STR
json: |
"a b c d\ne"
dump: |
'a b c d
e'