Permalink
Cannot retrieve contributors at this time
=== Spec Example 7.3. Completely Empty Flow Nodes | |
--- from: http://www.yaml.org/spec/1.2/spec.html#id2786868 | |
--- tags: empty-key explicit-key spec flow mapping | |
--- in-yaml | |
# XXX Why is ? supported in flow? | |
{ | |
? foo :, | |
: bar, | |
} | |
--- test-event | |
+STR | |
+DOC | |
+MAP | |
=VAL :foo | |
=VAL : | |
=VAL : | |
=VAL :bar | |
-MAP | |
-DOC | |
-STR |