--- &test-NP9H
Title: Spec Example 7.5. Double Quoted Line Breaks
Tags: [ double, scalar, spec, upto-1.2, whitespace ]
"folded
to a space,
to a line feed, or \
\ non-content"
+STR
+DOC
=VAL "folded to a space,\nto a line feed, or \t \tnon-content
-DOC
-STR
"folded to a space,\nto a line feed, or \t \tnon-content"
json_diff
parse error: Invalid string: control characters from U+0000 through U+001F must be escaped at line 1, column 55
json_diff
"folded to a space,\t\nto a line feed, or \t \tnon-content"
json_diff
"folded to a space,\t\nto a line feed, or \t\\ \tnon-content"
error
YAML::Tiny failed to classify line '"folded ' at /yaml/bin/perl-tiny-json line 12.
error
YAML::Tiny failed to classify line '"folded ' 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 =TEXT|folded
1 7 7 7 =WSPC|.
1 8 8 8 =FOLD|\x0a
2 0 9 9 =TEXT|to.a.space,
2 11 20 20 =WSPC|\x09
2 12 21 21 =EOL |\x0a
3 0 22 22 =WSPC|.
3 1 23 23 =NEWL|\x0a
4 0 24 24 =TEXT|to.a.line.feed,.or.\x09
4 20 44 44 +ESC |
4 20 44 44 =SYNX|\x5c
4 21 45 45 =EOL |\x0a
5 0 46 46 -ESC |
5 0 46 46 =WSPC|.
5 1 47 47 +ESC |
5 1 47 47 =SYNX|\x5c
5 2 48 48 =META|.
5 3 49 49 -ESC |
5 3 49 49 =TEXT|\x09non-content
5 15 61 61 =SYNX|"
5 16 62 62 -VAL |
5 16 62 62 -NODE|
5 16 62 62 =EOL |\x0a
6 0 63 63 -DOC |
na
'folded to a space,
to a line feed, or non-content'
na
'folded to a space,
to a line feed, or non-content'
na
'folded to a space,
to a line feed, or \\ non-content'
na
'folded to a space,
to a line feed, or non-content'
na
'folded to a space,\nto a line feed, or \t \tnon-content'
na
'folded to a space,\nto a line feed, or \t \tnon-content'