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

31 lines
434 B
YAML

---
- name: Lookahead test cases
from: NimYAML tests
tags: mapping edge
yaml: |
- bla"keks: foo
- bla]keks: foo
tree: |
+STR
+DOC
+SEQ
+MAP
=VAL :bla"keks
=VAL :foo
-MAP
+MAP
=VAL :bla]keks
=VAL :foo
-MAP
-SEQ
-DOC
-STR
json: |
[
{
"bla\"keks": "foo"
},
{
"bla]keks": "foo"
}
]