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

27 lines
332 B
YAML

---
- name: Block Scalar Keep
from: NimYAML tests
tags: literal scalar whitespace
yaml: |
--- |+
ab
␣␣
...
tree: |
+STR
+DOC ---
=VAL |ab\n\n \n
-DOC ...
-STR
json: |
"ab\n\n \n"
dump: |
"ab\n\n \n"
...
emit: |
--- |
ab
␣␣␣
...