Skip to content

Instantly share code, notes, and snippets.

@perlpunk
Last active June 25, 2018 20:12
Show Gist options
  • Save perlpunk/fbb06966799cba012582991a07351e5b to your computer and use it in GitHub Desktop.
Save perlpunk/fbb06966799cba012582991a07351e5b to your computer and use it in GitHub Desktop.
yaml-flow-colon-8
+STR
+DOC
+SEQ
+MAP {}
=VAL :url
=VAL :http://foo
-MAP
-SEQ
-DOC
-STR
+STR
+DOC
+SEQ
+MAP
=VAL :url
=VAL :http://foo
-MAP
-SEQ
-DOC
-STR
- {url: http://foo}
+STR
+DOC
+SEQ
+MAP {}
=VAL :url
=VAL :http://foo
-MAP
-SEQ
-DOC
-STR
+STR
+DOC
+SEQ
+MAP
=VAL :url
=VAL :http://foo
-MAP
-SEQ
-DOC
-STR
Parse error: found unexpected ':'
+STR
+DOC
+SEQ
+STR
+DOC
+SEQ
+MAP
=VAL :url
=VAL :http://foo
-MAP
-SEQ
-DOC
-STR
+STR
+DOC
+SEQ
+MAP
=VAL :url
=VAL :http://foo
-MAP
-SEQ
-DOC
-STR
+STR
+DOC
+SEQ
+MAP
=VAL :url
=VAL :http://foo
-MAP
-SEQ
-DOC
-STR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment