# YAML Test Matrix

--- &test-MUS6:00
  Title: Directive variants
  Tags: [ directive ]

YAML

%YAML 1.1#...
---

Expected Events

+STR

Expected JSON



c-libyaml-event

 invalid_incorrect
+STR
+DOC ---
=VAL :
-DOC
-STR

cpp-rapidyaml-event

 invalid_incorrect
+STR
+DOC ---
=VAL :
-DOC
-STR

dotnet-yamldotnet-event

 invalid_incorrect
+STR
+DOC ---
=VAL :
-DOC
-STR

dotnet-yamldotnet-json

 invalid_incorrect
null

go-yaml-json

 invalid_incorrect
null

hs-reference-yeast

 invalid_incorrect
Line  Col Char Byte Token|Content
   1    0    0    0 +DOC |
   1    0    0    0 +DIR |
   1    0    0    0 =SYNX|%
   1    1    1    1 =META|YAML
   1    5    5    5 =WSPC|.
   1    6    6    6 =META|1.1
   1    9    9    9 -DIR |
   1    9    9    9 =ERR |Expected.start.of.line
   1    9    9    9 =REST|#...
   1   13   13   13 =REST|\x0a
   2    0   14   14 -DOC |
   2    0   14   14 +DOC |
   2    0   14   14 =HEAD|---
   2    3   17   17 +NODE|
   2    3   17   17 +VAL |
   2    3   17   17 -VAL |
   2    3   17   17 -NODE|
   2    3   17   17 =EOL |\x0a
   3    0   18   18 -DOC |

lua-lyaml-json

 invalid_incorrect
{}

perl-pplibyaml-json

 invalid_incorrect
null

perl-pplibyaml-perl

 invalid_incorrect
undef

perl-syck-json

 invalid_incorrect
"%YAML 1.1#... ---"

perl-syck-perl

 invalid_incorrect
'%YAML 1.1#... ---'

perl-tiny-json

 invalid_incorrect
null

perl-tiny-perl

 invalid_incorrect
undef

perl-xs-json

 invalid_incorrect
null

perl-xs-perl

 invalid_incorrect
undef

ruby-psych-json

 invalid_incorrect
null

rust-yamlrust-event

 invalid_incorrect
+STR
+DOC
=VAL :
-DOC
-STR

c-libfyaml-event

 invalid_correct
stdin:1:10: error: garbage after version directive
%YAML 1.1#...
         ^
+STR

c-libfyaml-json

 invalid_correct
stdin:1:10: error: garbage after version directive
%YAML 1.1#...
         ^

cpp-yamlcpp-event

 invalid_correct
Exception:
yaml-cpp: error at line 1, column 1: bad YAML version: 1.1#...
+STR

hs-hsyaml-event

 invalid_correct
Parsing error near byte offset Pos {posByteOffset = 9, posCharOffset = 9, posLine = 1, posColumn = 9} (Expected start of line)
+STR
+DOC

hs-hsyaml-json

 invalid_correct
hsyaml-parser: user error (Expected start of line)

js-jsyaml-json

 invalid_correct
/node/node_modules/js-yaml/lib/loader.js:187
  throw generateError(state, message);
  ^
YAMLException: ill-formed argument of the YAML directive (2:1)

 1 | %YAML 1.1#...
 2 | ---
-----^
    at generateError (/node/node_modules/js-yaml/lib/loader.js:183:10)
    at throwError (/node/node_modules/js-yaml/lib/loader.js:187:9)
    at Object.handleYamlDirective [as YAML] (/node/node_modules/js-yaml/lib/loader.js:214:7)
    at readDocument (/node/node_modules/js-yaml/lib/loader.js:1606:39)
    at loadDocuments (/node/node_modules/js-yaml/lib/loader.js:1688:5)
    at Object.loadAll (/node/node_modules/js-yaml/lib/loader.js:1701:19)
    at Object.<anonymous> (/yaml/bin/js-jsyaml-json:7:13)
    at Module._compile (node:internal/modules/cjs/loader:1358:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
    at Module.load (node:internal/modules/cjs/loader:1208:32) {
  reason: 'ill-formed argument of the YAML directive',
  mark: {
    name: null,
    buffer: '%YAML 1.1#...\n---\n',
    position: 14,
    line: 1,
    column: 0,
    snippet: ' 1 | %YAML 1.1#...\n 2 | ---\n-----^'
  }
}

Node.js v20.13.1

js-yaml-event

 invalid_correct
Unsupported YAML version 1.1#... at line 1, column 7:

%YAML 1.1#...
      ^^^^^^^
+STR

js-yaml-json

 invalid_correct
/yaml/bin/js-yaml-json:9
    if (doc.errors.length !== 0) throw doc.errors[0]
                                 ^

YAMLParseError: Unsupported YAML version 1.1#... at line 1, column 7:

%YAML 1.1#...
      ^^^^^^^

    at Composer.onError (/node/node_modules/yaml/dist/compose/composer.js:69:34)
    at /node/node_modules/yaml/dist/compose/composer.js:143:26
    at Directives.add (/node/node_modules/yaml/dist/doc/directives.js:89:21)
    at Composer.next (/node/node_modules/yaml/dist/compose/composer.js:140:33)
    at next (<anonymous>)
    at Composer.compose (/node/node_modules/yaml/dist/compose/composer.js:131:25)
    at compose.next (<anonymous>)
    at Function.from (<anonymous>)
    at Object.parseAllDocuments (/node/node_modules/yaml/dist/public-api.js:28:24)
    at Object.<anonymous> (/yaml/bin/js-yaml-json:7:19) {
  code: 'BAD_DIRECTIVE',
  pos: [ 6, 13 ],
  linePos: [ { line: 1, col: 7 }, { line: 1, col: 14 } ]
}

Node.js v20.13.1

nim-nimyaml-event

 invalid_correct
/tmp/NimYAML-0.16.0/yaml/stream.nim(134) nimyaml_event
/tmp/NimYAML-0.16.0/yaml/stream.nim(106) next
Error: unhandled exception: Illegal character in YAML version string: "#" [YamlStreamError]
+STR

perl-pp-event

 invalid_correct
Line      : 1
Column    : 1
Expected  : ALIAS BLOCK_SCALAR COLON DOC_END DOC_START EOL FLOWMAP_START FLOWSEQ_START PLAIN PLAIN_MULTI QUESTION QUOTED QUOTED_MULTILINE WS
Got       : Invalid directive
Where     : /perl5/lib/perl5/YAML/PP/Parser.pm line 392
YAML      : "%YAML 1.1#...\n"
  at /yaml/bin/perl-pp-event line 46.
+STR
+DOC

perl-pp-json

 invalid_correct
Line      : 1
Column    : 1
Expected  : ALIAS BLOCK_SCALAR COLON DOC_END DOC_START EOL FLOWMAP_START FLOWSEQ_START PLAIN PLAIN_MULTI QUESTION QUOTED QUOTED_MULTILINE WS
Got       : Invalid directive
Where     : /perl5/lib/perl5/YAML/PP/Parser.pm line 392
YAML      : "%YAML 1.1#...\n"
  at /perl5/lib/perl5/YAML/PP/Loader.pm line 94.

perl-pp-perl

 invalid_correct
Line      : 1
Column    : 1
Expected  : ALIAS BLOCK_SCALAR COLON DOC_END DOC_START EOL FLOWMAP_START FLOWSEQ_START PLAIN PLAIN_MULTI QUESTION QUOTED QUOTED_MULTILINE WS
Got       : Invalid directive
Where     : /perl5/lib/perl5/YAML/PP/Parser.pm line 392
YAML      : "%YAML 1.1#...\n"
  at /perl5/lib/perl5/YAML/PP/Loader.pm line 94.

perl-refparser-event

 invalid_correct
Parser finished before end of input at /perl5/lib/perl5/YAML/Parser.pm line 4056, <> line 1.

perl-yaml-json

 invalid_correct
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

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

py-pyyaml-event

 invalid_correct
Traceback (most recent call last):
  File "/yaml/bin/py-pyyaml-event", line 7, in <module>
    for event in yaml.parse(sys.stdin.read()):
  File "/python/lib/python3.12/site-packages/yaml/__init__.py", line 75, in parse
    while loader.check_event():
          ^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/parser.py", line 98, in check_event
    self.current_event = self.state()
                         ^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/parser.py", line 142, in parse_implicit_document_start
    if not self.check_token(DirectiveToken, DocumentStartToken,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 116, in check_token
    self.fetch_more_tokens()
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 177, in fetch_more_tokens
    return self.fetch_directive()
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 400, in fetch_directive
    self.tokens.append(self.scan_directive())
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 794, in scan_directive
    value = self.scan_yaml_directive_value(start_mark)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 839, in scan_yaml_directive_value
    raise ScannerError("while scanning a directive", start_mark,
yaml.scanner.ScannerError: while scanning a directive
  in "<unicode string>", line 1, column 1:
    %YAML 1.1#...
    ^
expected a digit or ' ', but found '#'
  in "<unicode string>", line 1, column 10:
    %YAML 1.1#...
             ^
+STR

py-pyyaml-json

 invalid_correct
Traceback (most recent call last):
  File "/yaml/bin/py-pyyaml-json", line 19, in <module>
    for doc in yaml.load_all(sys.stdin.read(), Loader=yaml.FullLoader):
  File "/python/lib/python3.12/site-packages/yaml/__init__.py", line 129, in load_all
    while loader.check_data():
          ^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/constructor.py", line 32, in check_data
    return self.check_node()
           ^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/composer.py", line 22, in check_node
    return not self.check_event(StreamEndEvent)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/parser.py", line 98, in check_event
    self.current_event = self.state()
                         ^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/parser.py", line 142, in parse_implicit_document_start
    if not self.check_token(DirectiveToken, DocumentStartToken,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 116, in check_token
    self.fetch_more_tokens()
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 177, in fetch_more_tokens
    return self.fetch_directive()
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 400, in fetch_directive
    self.tokens.append(self.scan_directive())
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 794, in scan_directive
    value = self.scan_yaml_directive_value(start_mark)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 839, in scan_yaml_directive_value
    raise ScannerError("while scanning a directive", start_mark,
yaml.scanner.ScannerError: while scanning a directive
  in "<unicode string>", line 1, column 1:
    %YAML 1.1#...
    ^
expected a digit or ' ', but found '#'
  in "<unicode string>", line 1, column 10:
    %YAML 1.1#...
             ^

py-pyyaml-py

 invalid_correct
Traceback (most recent call last):
  File "/yaml/bin/py-pyyaml-py", line 36, in <module>
    for doc in yaml.load_all(sys.stdin.read(), Loader=yaml.FullLoader):
  File "/python/lib/python3.12/site-packages/yaml/__init__.py", line 129, in load_all
    while loader.check_data():
          ^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/constructor.py", line 32, in check_data
    return self.check_node()
           ^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/composer.py", line 22, in check_node
    return not self.check_event(StreamEndEvent)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/parser.py", line 98, in check_event
    self.current_event = self.state()
                         ^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/parser.py", line 142, in parse_implicit_document_start
    if not self.check_token(DirectiveToken, DocumentStartToken,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 116, in check_token
    self.fetch_more_tokens()
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 177, in fetch_more_tokens
    return self.fetch_directive()
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 400, in fetch_directive
    self.tokens.append(self.scan_directive())
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 794, in scan_directive
    value = self.scan_yaml_directive_value(start_mark)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 839, in scan_yaml_directive_value
    raise ScannerError("while scanning a directive", start_mark,
yaml.scanner.ScannerError: while scanning a directive
  in "<unicode string>", line 1, column 1:
    %YAML 1.1#...
    ^
expected a digit or ' ', but found '#'
  in "<unicode string>", line 1, column 10:
    %YAML 1.1#...
             ^

py-ruamel-event

 invalid_correct
Traceback (most recent call last):
  File "/yaml/bin/py-ruamel-event", line 9, in <module>
    for event in yaml.parse(sys.stdin.read()):
  File "/python/lib/python3.12/site-packages/ruamel/yaml/main.py", line 371, in parse
    while parser.check_event():
          ^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/parser.py", line 141, in check_event
    self.current_event = self.state()
                         ^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/parser.py", line 187, in parse_implicit_document_start
    if not self.scanner.check_token(DirectiveToken, DocumentStartToken, StreamEndToken):
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 170, in check_token
    self.fetch_more_tokens()
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 232, in fetch_more_tokens
    return self.fetch_directive()
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 461, in fetch_directive
    self.tokens.append(self.scan_directive())
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 853, in scan_directive
    value = self.scan_yaml_directive_value(start_mark)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 909, in scan_yaml_directive_value
    raise ScannerError(
ruamel.yaml.scanner.ScannerError: while scanning a directive
  in "<unicode string>", line 1, column 1:
    %YAML 1.1#...
    ^ (line: 1)
expected a digit or '.', but found '#'
  in "<unicode string>", line 1, column 10:
    %YAML 1.1#...
             ^ (line: 1)
+STR

py-ruamel-json

 invalid_correct
Traceback (most recent call last):
  File "/yaml/bin/py-ruamel-json", line 21, in <module>
    for doc in yaml.load_all(sys.stdin.read()):
  File "/python/lib/python3.12/site-packages/ruamel/yaml/main.py", line 475, in load_all
    while constructor.check_data():
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/constructor.py", line 105, in check_data
    return self.composer.check_node()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 58, in check_node
    return not self.parser.check_event(StreamEndEvent)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/parser.py", line 141, in check_event
    self.current_event = self.state()
                         ^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/parser.py", line 187, in parse_implicit_document_start
    if not self.scanner.check_token(DirectiveToken, DocumentStartToken, StreamEndToken):
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 170, in check_token
    self.fetch_more_tokens()
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 232, in fetch_more_tokens
    return self.fetch_directive()
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 461, in fetch_directive
    self.tokens.append(self.scan_directive())
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 853, in scan_directive
    value = self.scan_yaml_directive_value(start_mark)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 909, in scan_yaml_directive_value
    raise ScannerError(
ruamel.yaml.scanner.ScannerError: while scanning a directive
  in "<unicode string>", line 1, column 1:
    %YAML 1.1#...
    ^ (line: 1)
expected a digit or '.', but found '#'
  in "<unicode string>", line 1, column 10:
    %YAML 1.1#...
             ^ (line: 1)

py-ruamel-py

 invalid_correct
Traceback (most recent call last):
  File "/yaml/bin/py-ruamel-py", line 38, in <module>
    for doc in yaml.load_all(sys.stdin.read()):
  File "/python/lib/python3.12/site-packages/ruamel/yaml/main.py", line 475, in load_all
    while constructor.check_data():
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/constructor.py", line 105, in check_data
    return self.composer.check_node()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 58, in check_node
    return not self.parser.check_event(StreamEndEvent)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/parser.py", line 141, in check_event
    self.current_event = self.state()
                         ^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/parser.py", line 187, in parse_implicit_document_start
    if not self.scanner.check_token(DirectiveToken, DocumentStartToken, StreamEndToken):
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 170, in check_token
    self.fetch_more_tokens()
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 232, in fetch_more_tokens
    return self.fetch_directive()
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 461, in fetch_directive
    self.tokens.append(self.scan_directive())
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 853, in scan_directive
    value = self.scan_yaml_directive_value(start_mark)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 909, in scan_yaml_directive_value
    raise ScannerError(
ruamel.yaml.scanner.ScannerError: while scanning a directive
  in "<unicode string>", line 1, column 1:
    %YAML 1.1#...
    ^ (line: 1)
expected a digit or '.', but found '#'
  in "<unicode string>", line 1, column 10:
    %YAML 1.1#...
             ^ (line: 1)