Permalink
Cannot retrieve contributors at this time
=== Flow Sequence | |
--- from: https://github.com/ingydotnet/yaml-pegex-pm/blob/master/test/sequence.tml | |
--- tags: flow sequence | |
--- in-yaml | |
[foo, bar, 42] | |
--- in-json | |
[ | |
"foo", | |
"bar", | |
42 | |
] | |
--- out-yaml | |
- foo | |
- bar | |
- 42 | |
--- test-event | |
+STR | |
+DOC | |
+SEQ | |
=VAL :foo | |
=VAL :bar | |
=VAL :42 | |
-SEQ | |
-DOC | |
-STR |