Created
May 23, 2019 15:50
-
-
Save perlpunk/6686d1623cb6fc09757932bfbe3a61b5 to your computer and use it in GitHub Desktop.
wrong indented flow sequence
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+STR | |
+DOC | |
+MAP | |
=VAL :nested | |
+MAP | |
=VAL :a | |
+MAP | |
=VAL :b | |
+SEQ [] | |
=VAL :flow style sequence | |
-SEQ | |
-MAP | |
-MAP | |
-MAP | |
-DOC | |
-STR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+STR | |
+DOC | |
+MAP | |
=VAL :nested | |
+MAP | |
=VAL :a | |
+MAP | |
=VAL :b | |
+SEQ | |
-SEQ | |
parsing error near byte offset Pos {posByteOffset = 21, posCharOffset = 21, posLine = 3, posColumn = 8} (Unexpected ' | |
') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nested: | |
a: | |
b: [ | |
flow style sequence | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+STR | |
+DOC | |
+MAP | |
=VAL :nested | |
+MAP | |
=VAL :a | |
+MAP | |
=VAL :b | |
+SEQ [] | |
=VAL :flow style sequence | |
-SEQ | |
-MAP | |
-MAP | |
-MAP | |
-DOC | |
-STR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nested": { | |
"a": { | |
"b": [ | |
"flow style sequence" | |
] | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+STR | |
+DOC | |
+MAP | |
=VAL :nested | |
+MAP | |
=VAL :a | |
+MAP | |
=VAL :b | |
undefined |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+STR | |
+DOC | |
+MAP | |
=VAL :nested | |
+MAP | |
=VAL :a | |
+MAP | |
=VAL :b | |
+SEQ | |
=VAL :flow style sequence | |
-SEQ | |
-MAP | |
-MAP | |
-MAP | |
-DOC | |
-STR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+STR | |
+DOC | |
+MAP | |
=VAL :nested | |
+MAP | |
=VAL :a | |
+MAP | |
=VAL :b | |
+SEQ | |
=VAL :flow style sequence | |
-SEQ | |
-MAP | |
-MAP | |
-MAP | |
-DOC | |
-STR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Line : 4 | |
Column : 1 | |
Message : Bad indendation in FLOWSEQ | |
Where : /lib/perl5/YAML/PP/Parser.pm line 178 | |
YAML : "flow style sequence\n" | |
at /bin/perl5-pp-event line 19. | |
+STR | |
+DOC | |
+MAP | |
=VAL :nested | |
+MAP | |
=VAL :a | |
+MAP | |
=VAL :b | |
+SEQ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+STR | |
+DOC | |
+MAP | |
=VAL :nested | |
+MAP | |
=VAL :a | |
+MAP | |
=VAL :b | |
+SEQ | |
=VAL :flow style sequence | |
-SEQ | |
-MAP | |
-MAP | |
-MAP | |
-DOC | |
-STR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+STR | |
+DOC | |
+MAP | |
=VAL :nested | |
+MAP | |
=VAL :a | |
+MAP | |
=VAL :b | |
+SEQ | |
=VAL :flow style sequence | |
-SEQ | |
-MAP | |
-MAP | |
-MAP | |
-DOC | |
-STR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nested": { | |
"a": { | |
"b": [ | |
"flow style sequence" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment