Permalink
Cannot retrieve contributors at this time
=== Multiple Pair Block Mapping | |
--- from: https://github.com/ingydotnet/yaml-pegex-pm/blob/master/test/mapping.tml | |
--- tags: mapping | |
--- in-yaml | |
foo: blue | |
bar: arrr | |
baz: jazz | |
--- in-json | |
{ | |
"foo": "blue", | |
"bar": "arrr", | |
"baz": "jazz" | |
} | |
--- test-event | |
+STR | |
+DOC | |
+MAP | |
=VAL :foo | |
=VAL :blue | |
=VAL :bar | |
=VAL :arrr | |
=VAL :baz | |
=VAL :jazz | |
-MAP | |
-DOC | |
-STR |