Permalink
Cannot retrieve contributors at this time
=== Spec Example 9.6. Stream | |
--- from: http://www.yaml.org/spec/1.2/spec.html#id2801896 | |
--- tags: spec header 1.3-err | |
--- in-yaml(<) | |
Document | |
--- | |
# Empty | |
... | |
%YAML 1.2 | |
--- | |
matches %: 20 | |
--- in-json | |
"Document" | |
null | |
{ | |
"matches %": 20 | |
} | |
--- emit-yaml(<) | |
Document | |
--- | |
... | |
%YAML 1.2 | |
--- | |
matches %: 20 | |
--- test-event | |
+STR | |
+DOC | |
=VAL :Document | |
-DOC | |
+DOC --- | |
=VAL : | |
-DOC ... | |
+DOC --- | |
+MAP | |
=VAL :matches % | |
=VAL :20 | |
-MAP | |
-DOC | |
-STR |