--- &test-MJS9
Title: Spec Example 6.7. Block Folding
Tags: [ 1.3-err, folded, scalar, spec, whitespace ]
+STR
+DOC
=VAL >foo \n\n\t bar\n\nbaz\n
-DOC
-STR
"foo \n\n\t bar\n\nbaz\n"
json_diff
parse error: Invalid string: control characters from U+0000 through U+001F must be escaped at line 1, column 24
json_diff
"foo \n\t bar\nbaz\n"
error
YAML::Tiny failed to classify line '>' at /yaml/bin/perl-tiny-json line 12.
error
YAML::Tiny failed to classify line '>' at /yaml/bin/perl-tiny-perl line 15.
error
YAML Error: Expected separator '---'
Code: YAML_PARSE_ERR_NO_SEPARATOR
Line: 1
Document: 2
at /perl5/lib/perl5/YAML/Loader.pm line 88.
error
YAML Error: Expected separator '---'
Code: YAML_PARSE_ERR_NO_SEPARATOR
Line: 1
Document: 2
at /perl5/lib/perl5/YAML/Loader.pm line 88.
na
Line Col Char Byte Token|Content
1 0 0 0 +DOC |
1 0 0 0 +NODE|
1 0 0 0 +VAL |
1 0 0 0 =SYNX|>
1 1 1 1 =EOL |\x0a
2 0 2 2 =DENT|..
2 2 4 4 =TEXT|foo.
2 6 8 8 =NEWL|\x0a
3 0 9 9 =DENT|.
3 1 10 10 =NEWL|\x0a
4 0 11 11 =DENT|..
4 2 13 13 =TEXT|\x09.bar
4 7 18 18 =NEWL|\x0a
5 0 19 19 =NEWL|\x0a
6 0 20 20 =DENT|..
6 2 22 22 =TEXT|baz
6 5 25 25 =NEWL|\x0a
7 0 26 26 -VAL |
7 0 26 26 -NODE|
7 0 26 26 -DOC |
na
'foo \n\n\t bar\n\nbaz\n'
na
'foo \n\n\t bar\n\nbaz\n'