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

20 lines
333 B
YAML

---
- name: Three dashes and content without space [1.3]
from: 82AN, modified for YAML 1.3
tags: scalar 1.3-mod
yaml: |
---
---word1
word2
tree: |
+STR
+DOC ---
=VAL :---word1 word2
-DOC
-STR
json: |
"---word1 word2"
dump: |
'---word1 word2'
emit: |
--- '---word1 word2'