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

30 lines
420 B
YAML

---
- name: Block Mapping with Multiline Scalars
from: NimYAML tests
tags: explicit-key mapping scalar
yaml: |
? a
true
: null
d
? e
42
tree: |
+STR
+DOC
+MAP
=VAL :a true
=VAL :null d
=VAL :e 42
=VAL :
-MAP
-DOC
-STR
json: |
{
"a true": "null d",
"e 42": null
}
dump: |
a true: null d
e 42: