--- &test-SY6V
Title: Anchor before sequence entry on same line
Tags: [ anchor, error, sequence ]
invalid_incorrect
+STR
+DOC
+SEQ &anchor
=VAL :sequence entry
-SEQ
-DOC
-STR
invalid_incorrect
Line Col Char Byte Token|Content
1 0 0 0 +DOC |
1 0 0 0 +NODE|
1 0 0 0 +PROP|
1 0 0 0 +ANCH|
1 0 0 0 =SYNX|&
1 1 1 1 =META|anchor
1 7 7 7 -ANCH|
1 7 7 7 -PROP|
1 7 7 7 +VAL |
1 7 7 7 -VAL |
1 7 7 7 -NODE|
1 7 7 7 =ERR |Expected.start.of.line
1 7 7 7 =REST|.-.sequence.entry
1 24 24 24 =REST|\x0a
2 0 25 25 -DOC |
invalid_incorrect
[
"sequence entry"
]
invalid_incorrect
[
'sequence entry'
]
invalid_correct
stdin:1:9: error: illegal block sequence on the same line as anchor
&anchor - sequence entry
^
+STR
invalid_correct
stdin:1:9: error: illegal block sequence on the same line as anchor
&anchor - sequence entry
^
invalid_correct
Parse error: block sequence entries are not allowed in this context
+STR
invalid_correct
Exception:
yaml-cpp: error at line 1, column 9: illegal block entry
+STR
invalid_correct
Unhandled exception. YamlDotNet.Core.SemanticErrorException: (Line: 1, Col: 1, Idx: 0) - (Line: 1, Col: 8, Idx: 7): Anchor before sequence entry on same line is not allowed.
at YamlDotNet.Core.Scanner.FetchBlockEntry()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentStart(Boolean isImplicit)
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.RepresentationModel.LibYamlEventStream.WriteTo(TextWriter textWriter)
at Program.Main(String[] commandLineArguments)
Aborted (core dumped)
+STR
invalid_correct
Unhandled exception. YamlDotNet.Core.SemanticErrorException: (Line: 1, Col: 1, Idx: 0) - (Line: 1, Col: 8, Idx: 7): Anchor before sequence entry on same line is not allowed.
at YamlDotNet.Core.Scanner.FetchBlockEntry()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentStart(Boolean isImplicit)
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.TryConsume[T](IParser parser, T& event)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize(TextReader input, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize(TextReader input)
at Program.Main(String[] commandLineArguments)
Aborted (core dumped)
invalid_correct
yaml: block sequence entries are not allowed in this context
invalid_correct
Parsing error near byte offset Pos {posByteOffset = 7, posCharOffset = 7, posLine = 1, posColumn = 7} (Expected start of line)
+STR
+DOC
=VAL &anchor :
invalid_correct
hsyaml-parser: user error (Expected start of line)
invalid_correct
/node/node_modules/js-yaml/lib/loader.js:187
throw generateError(state, message);
^
YAMLException: end of the stream or a document separator is expected (1:9)
1 | &anchor - sequence entry
-------------^
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 readDocument (/node/node_modules/js-yaml/lib/loader.js:1645:5)
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)
at Module._load (node:internal/modules/cjs/loader:1024:12) {
reason: 'end of the stream or a document separator is expected',
mark: {
name: null,
buffer: '&anchor - sequence entry\n',
position: 8,
line: 0,
column: 8,
snippet: ' 1 | &anchor - sequence entry\n-------------^'
}
}
Node.js v20.13.1
invalid_correct
Unexpected scalar at node end at line 1, column 11:
&anchor - sequence entry
^^^^^^^^^^^^^^
+STR
+DOC
+SEQ &anchor
invalid_correct
/yaml/bin/js-yaml-json:9
if (doc.errors.length !== 0) throw doc.errors[0]
^
YAMLParseError: Unexpected scalar at node end at line 1, column 11:
&anchor - sequence entry
^^^^^^^^^^^^^^
at Composer.onError (/node/node_modules/yaml/dist/compose/composer.js:69:34)
at Object.resolveEnd (/node/node_modules/yaml/dist/compose/resolve-end.js:31:21)
at Object.composeDoc (/node/node_modules/yaml/dist/compose/compose-doc.js:37:27)
at Composer.next (/node/node_modules/yaml/dist/compose/composer.js:149:40)
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: 'UNEXPECTED_TOKEN',
pos: [ 10, 24 ],
linePos: [ { line: 1, col: 11 }, { line: 1, col: 25 } ]
}
Node.js v20.13.1
invalid_correct
luajit: 1:1: block sequence entries are not allowed in this context
stack traceback:
[C]: in function 'error'
/usr/local/share/lua/5.1/lyaml/init.lua:306: in function 'error'
/usr/local/share/lua/5.1/lyaml/init.lua:325: in function 'parse'
/usr/local/share/lua/5.1/lyaml/init.lua:496: in function 'load'
/yaml/bin/lua-lyaml-json:6: in main chunk
[C]: at 0x565040481ed0
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: Unexpected token (expected block content): SeqItemInd [YamlStreamError]
+STR
+DOC
invalid_correct
Line : 1
Column : 9
Expected : ALIAS BLOCK_SCALAR COLON DOC_END DOC_START EOL FLOWMAP_START FLOWSEQ_START PLAIN PLAIN_MULTI QUESTION QUOTED QUOTED_MULTILINE WS
Got : DASH
Where : /perl5/lib/perl5/YAML/PP/Parser.pm line 392
YAML : "- sequence entry\n"
at /yaml/bin/perl-pp-event line 46.
+STR
+DOC
invalid_correct
Line : 1
Column : 9
Expected : ALIAS BLOCK_SCALAR COLON DOC_END DOC_START EOL FLOWMAP_START FLOWSEQ_START PLAIN PLAIN_MULTI QUESTION QUOTED QUOTED_MULTILINE WS
Got : DASH
Where : /perl5/lib/perl5/YAML/PP/Parser.pm line 392
YAML : "- sequence entry\n"
at /perl5/lib/perl5/YAML/PP/Loader.pm line 94.
invalid_correct
Line : 1
Column : 9
Expected : ALIAS BLOCK_SCALAR COLON DOC_END DOC_START EOL FLOWMAP_START FLOWSEQ_START PLAIN PLAIN_MULTI QUESTION QUOTED QUOTED_MULTILINE WS
Got : DASH
Where : /perl5/lib/perl5/YAML/PP/Parser.pm line 392
YAML : "- sequence entry\n"
at /perl5/lib/perl5/YAML/PP/Loader.pm line 94.
invalid_correct
YAML::PP::LibYAML Error: The problem:
block sequence entries are not allowed in this context
was found at , line: 1, column: 9
invalid_correct
YAML::PP::LibYAML Error: The problem:
block sequence entries are not allowed in this context
was found at , line: 1, column: 9
invalid_correct
Parser finished before end of input at /perl5/lib/perl5/YAML/Parser.pm line 4056, <> line 1.
invalid_correct
YAML::Tiny failed to classify line '&anchor - sequence entry' at /yaml/bin/perl-tiny-json line 12.
invalid_correct
YAML::Tiny failed to classify line '&anchor - sequence entry' at /yaml/bin/perl-tiny-perl line 15.
invalid_correct
YAML::XS::Load Error: The problem:
block sequence entries are not allowed in this context
was found at document: 1, line: 1, column: 9
invalid_correct
YAML::XS::Load Error: The problem:
block sequence entries are not allowed in this context
was found at document: 1, line: 1, column: 9
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.
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.
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 215, in fetch_more_tokens
return self.fetch_block_entry()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 491, in fetch_block_entry
raise ScannerError(None, None,
yaml.scanner.ScannerError: sequence entries are not allowed here
in "<unicode string>", line 1, column 9:
&anchor - sequence entry
^
+STR
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 215, in fetch_more_tokens
return self.fetch_block_entry()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 491, in fetch_block_entry
raise ScannerError(None, None,
yaml.scanner.ScannerError: sequence entries are not allowed here
in "<unicode string>", line 1, column 9:
&anchor - sequence entry
^
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 215, in fetch_more_tokens
return self.fetch_block_entry()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/yaml/scanner.py", line 491, in fetch_block_entry
raise ScannerError(None, None,
yaml.scanner.ScannerError: sequence entries are not allowed here
in "<unicode string>", line 1, column 9:
&anchor - sequence entry
^
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 270, in fetch_more_tokens
return self.fetch_block_entry()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 543, in fetch_block_entry
raise ScannerError(
ruamel.yaml.scanner.ScannerError: sequence entries are not allowed here
in "<unicode string>", line 1, column 9:
&anchor - sequence entry
^ (line: 1)
+STR
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 270, in fetch_more_tokens
return self.fetch_block_entry()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 543, in fetch_block_entry
raise ScannerError(
ruamel.yaml.scanner.ScannerError: sequence entries are not allowed here
in "<unicode string>", line 1, column 9:
&anchor - sequence entry
^ (line: 1)
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 270, in fetch_more_tokens
return self.fetch_block_entry()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 543, in fetch_block_entry
raise ScannerError(
ruamel.yaml.scanner.ScannerError: sequence entries are not allowed here
in "<unicode string>", line 1, column 9:
&anchor - sequence entry
^ (line: 1)
invalid_correct
/ruby/gems/psych/lib/psych.rb:458:in `parse': (<unknown>): block sequence entries are not allowed in this context at line 1 column 9 (Psych::SyntaxError)
from /ruby/gems/psych/lib/psych.rb:458:in `parse_stream'
from /ruby/gems/psych/lib/psych.rb:632:in `load_stream'
from /yaml/bin/ruby-psych-json:6:in `<main>'
invalid_correct
Error: ScanError { mark: Marker { index: 8, line: 1, col: 8 }, info: "block sequence entries are not allowed in this context" }
+STR