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

27 lines
459 B
YAML

---
- name: Spec Example 7.16. Flow Mapping Entries
from: http://www.yaml.org/spec/1.2/spec.html#id2791260
tags: explicit-key spec flow mapping
yaml: |
{
? explicit: entry,
implicit: entry,
?
}
tree: |
+STR
+DOC
+MAP {}
=VAL :explicit
=VAL :entry
=VAL :implicit
=VAL :entry
=VAL :
=VAL :
-MAP
-DOC
-STR
dump: |
explicit: entry
implicit: entry
: