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

28 lines
341 B
YAML

---
- 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