saphyr-serde/parser/tests/yaml-test-suite/src/9YRD.yaml
2024-10-12 16:15:46 +02:00

23 lines
278 B
YAML

---
- 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'