# YAML Test Matrix

--- &test-UDM2
  Title: Plain URL in flow mapping
  Tags: [ flow, scalar ]

YAML

- { url: http://example.org }

Expected Events

+STR
+DOC
+SEQ
+MAP {}
=VAL :url
=VAL :http://example.org
-MAP
-SEQ
-DOC
-STR

Expected JSON

[
{
"url": "http://example.org"
}
]

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

perl-yaml-json

 json_ok

py-pyyaml-json

 json_ok

py-ruamel-json

 json_ok

raku-yamlish-json

 json_ok

ruby-psych-json

 error
/ruby/gems/psych/lib/psych.rb:459:in `parse': (<unknown>): found unexpected ':' while scanning a plain scalar at line 1 column 10 (Psych::SyntaxError)
	from /ruby/gems/psych/lib/psych.rb:459:in `parse_stream'
	from /ruby/gems/psych/lib/psych.rb:565:in `load_stream'
	from /yaml/bin/ruby-psych-json:6:in `<main>'

hs-reference-yeast

 na
Line  Col Char Byte Token|Content
   1    0    0    0 +DOC |
   1    0    0    0 +NODE|
   1    0    0    0 +SEQ |
   1    0    0    0 =SYNX|-
   1    1    1    1 =WSPC|.
   1    2    2    2 +NODE|
   1    2    2    2 +MAP |
   1    2    2    2 =SYNX|{
   1    3    3    3 =WSPC|.
   1    4    4    4 +PAIR|
   1    4    4    4 +NODE|
   1    4    4    4 +VAL |
   1    4    4    4 =TEXT|url
   1    7    7    7 -VAL |
   1    7    7    7 -NODE|
   1    7    7    7 =SYNX|:
   1    8    8    8 =WSPC|.
   1    9    9    9 +NODE|
   1    9    9    9 +VAL |
   1    9    9    9 =TEXT|http://example.org
   1   27   27   27 -VAL |
   1   27   27   27 -NODE|
   1   27   27   27 -PAIR|
   1   27   27   27 =WSPC|.
   1   28   28   28 =SYNX|}
   1   29   29   29 -MAP |
   1   29   29   29 -NODE|
   1   29   29   29 =EOL |\x0a
   2    0   30   30 -SEQ |
   2    0   30   30 -NODE|
   2    0   30   30 -DOC |

perl-pp-perl

 na
[
  {
    'url' => 'http://example.org'
  }
]

perl-pplibyaml-perl

 na
[
  {
    'url' => 'http://example.org'
  }
]

perl-syck-perl

 na
[
  {
    'url' => 'http://example.org'
  }
]

perl-xs-perl

 na
[
  {
    'url' => 'http://example.org'
  }
]

perl-yaml-perl

 na
[
  {
    'url' => 'http://example.org'
  }
]

py-pyyaml-py

 na
[{'url': 'http://example.org'}]

py-ruamel-py

 na
[{'url': 'http://example.org'}]

raku-yamlish-raku

 na
[
  {
    url => "http://example.org".Str,
  },
]

perl-tiny-json

 ni
YAML::Tiny found illegal characters in plain scalar: '{ url: http://example.org }' at /yaml/bin/perl-tiny-json line 12.

perl-tiny-perl

 ni
YAML::Tiny found illegal characters in plain scalar: '{ url: http://example.org }' at /yaml/bin/perl-tiny-perl line 15.