saphyr-serde/parser/tests/yaml-test-suite/src/K54U.yaml

18 lines
237 B
YAML
Raw Normal View History

---
- name: Tab after document header
from: '@perlpunk'
tags: header whitespace
yaml: |
---»scalar
tree: |
+STR
+DOC ---
=VAL :scalar
-DOC
-STR
json: |
"scalar"
dump: |
--- scalar
...