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

29 lines
341 B
YAML
Raw Normal View History

---
- name: Legal tab after indentation
from: '@ingydotnet'
tags: indent whitespace
yaml: |
x:
- x
——»x
tree: |
+STR
+DOC
+MAP
=VAL :x
+SEQ
=VAL :x x
-SEQ
-MAP
-DOC
-STR
json: |
{
"x": [
"x x"
]
}
dump: |
x:
- x x