# YAML Test Matrix

--- &test-6VJK
  Title: Spec Example 2.15. Folded newlines are preserved for "more indented" and blank lines
  Tags: [ 1.3-err, folded, scalar, spec ]

YAML

>
 Sammy Sosa completed another
 fine season with great stats.

   63 Home Runs
   0.288 Batting Average

 What a year!

Expected Events

+STR
+DOC
=VAL >Sammy Sosa completed another fine season with great stats.\n\n  63 Home Runs\n  0.288 Batting Average\n\nWhat a year!\n
-DOC
-STR

Expected JSON

"Sammy Sosa completed another fine season with great stats.\n\n  63 Home Runs\n  0.288 Batting Average\n\nWhat a year!\n"

c-libfyaml-event

 ok

c-libyaml-event

 ok

cpp-rapidyaml-event

 ok

cpp-yamlcpp-event

 ok

dotnet-yamldotnet-event

 ok

hs-hsyaml-event

 ok

java-snakeengine-event

 ok

java-snakeyaml-event

 ok

js-yaml-event

 ok

nim-nimyaml-event

 ok

perl-pp-event

 ok

perl-refparser-event

 ok

py-pyyaml-event

 ok

py-ruamel-event

 ok

rust-yamlrust-event

 ok

c-libfyaml-json

 json_ok

dotnet-yamldotnet-json

 json_ok

go-yaml-json

 json_ok

hs-hsyaml-json

 json_ok

java-snakeengine-json

 json_ok

java-snakeyaml-json

 json_ok

js-jsyaml-json

 json_ok

js-yaml-json

 json_ok

lua-lyaml-json

 json_ok

perl-pp-json

 json_ok

perl-pplibyaml-json

 json_ok

perl-syck-json

 json_ok

perl-xs-json

 json_ok

py-pyyaml-json

 json_ok

py-ruamel-json

 json_ok

raku-yamlish-json

 json_ok

ruby-psych-json

 json_ok

perl-tiny-json

 error
YAML::Tiny failed to classify line '>' at /yaml/bin/perl-tiny-json line 12.

perl-tiny-perl

 error
YAML::Tiny failed to classify line '>' at /yaml/bin/perl-tiny-perl line 15.

perl-yaml-json

 error
YAML Error: Expected separator '---'
   Code: YAML_PARSE_ERR_NO_SEPARATOR
   Line: 1
   Document: 2
 at /perl5/lib/perl5/YAML/Loader.pm line 88.

perl-yaml-perl

 error
YAML Error: Expected separator '---'
   Code: YAML_PARSE_ERR_NO_SEPARATOR
   Line: 1
   Document: 2
 at /perl5/lib/perl5/YAML/Loader.pm line 88.

hs-reference-yeast

 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    1    3    3 =TEXT|Sammy.Sosa.completed.another
   2   29   31   31 =FOLD|\x0a
   3    0   32   32 =DENT|.
   3    1   33   33 =TEXT|fine.season.with.great.stats.
   3   30   62   62 =NEWL|\x0a
   4    0   63   63 =NEWL|\x0a
   5    0   64   64 =DENT|.
   5    1   65   65 =TEXT|..63.Home.Runs
   5   15   79   79 =NEWL|\x0a
   6    0   80   80 =DENT|.
   6    1   81   81 =TEXT|..0.288.Batting.Average
   6   24  104  104 =NEWL|\x0a
   7    0  105  105 =NEWL|\x0a
   8    0  106  106 =DENT|.
   8    1  107  107 =TEXT|What.a.year!
   8   13  119  119 =NEWL|\x0a
   9    0  120  120 -VAL |
   9    0  120  120 -NODE|
   9    0  120  120 -DOC |

perl-pp-perl

 na
'Sammy Sosa completed another fine season with great stats.

  63 Home Runs
  0.288 Batting Average

What a year!
'

perl-pplibyaml-perl

 na
'Sammy Sosa completed another fine season with great stats.

  63 Home Runs
  0.288 Batting Average

What a year!
'

perl-syck-perl

 na
'Sammy Sosa completed another fine season with great stats.

  63 Home Runs
  0.288 Batting Average

What a year!
'

perl-xs-perl

 na
'Sammy Sosa completed another fine season with great stats.

  63 Home Runs
  0.288 Batting Average

What a year!
'

py-pyyaml-py

 na
('Sammy Sosa completed another fine season with great stats.\n'
 '\n'
 '  63 Home Runs\n'
 '  0.288 Batting Average\n'
 '\n'
 'What a year!\n')

py-ruamel-py

 na
('Sammy Sosa completed another fine season with great stats.\n'
 '\n'
 '  63 Home Runs\n'
 '  0.288 Batting Average\n'
 '\n'
 'What a year!\n')

raku-yamlish-raku

 na
"Sammy Sosa completed another fine season with great stats.\n\n  63 Home Runs\n  0.288 Batting Average\n\nWhat a year!\n".Str