# YAML Test Matrix

--- &test-4GC6
  Title: Spec Example 7.7. Single Quoted Characters
  Tags: [ 1.3-err, scalar, spec ]

YAML

'here''s to "quotes"'

Expected Events

+STR
+DOC
=VAL 'here's to "quotes"
-DOC
-STR

Expected JSON

"here's to \"quotes\""

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 ''here''s to "quotes"'' at /yaml/bin/perl-tiny-json line 12.

perl-tiny-perl

 error
YAML::Tiny failed to classify line ''here''s to "quotes"'' 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 =TEXT|here
   1    5    5    5 +ESC |
   1    5    5    5 =SYNX|'
   1    6    6    6 =META|'
   1    7    7    7 -ESC |
   1    7    7    7 =TEXT|s.to."quotes"
   1   20   20   20 =SYNX|'
   1   21   21   21 -VAL |
   1   21   21   21 -NODE|
   1   21   21   21 =EOL |\x0a
   2    0   22   22 -DOC |

perl-pp-perl

 na
'here\'s to "quotes"'

perl-pplibyaml-perl

 na
'here\'s to "quotes"'

perl-syck-perl

 na
'here\'s to "quotes"'

perl-xs-perl

 na
'here\'s to "quotes"'

py-pyyaml-py

 na
'here\'s to "quotes"'

py-ruamel-py

 na
'here\'s to "quotes"'

raku-yamlish-raku

 na
"here's to \"quotes\"".Str