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

22 lines
296 B
YAML

---
- name: Block Scalar Strip [1.3]
from: MYW6, modified for YAML 1.3
tags: literal scalar 1.3-mod whitespace
yaml: |
--- |-
ab
...
tree: |
+STR
+DOC ---
=VAL |ab
-DOC ...
-STR
json: |
"ab"
dump: |
--- |-
ab
...