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

21 lines
316 B
YAML
Raw Normal View History

---
- name: Document with footer
from: https://github.com/ingydotnet/yaml-pegex-pm/blob/master/test/footer.tml
tags: mapping footer
yaml: |
aaa: bbb
...
tree: |
+STR
+DOC
+MAP
=VAL :aaa
=VAL :bbb
-MAP
-DOC ...
-STR
json: |
{
"aaa": "bbb"
}