--- &test-5LLU
Title: Block scalar with wrong indented line after spaces only
Tags: [ error, folded, whitespace ]
+STR
+DOC
+MAP
=VAL :block scalar
invalid_incorrect
Line Col Char Byte Token|Content
1 0 0 0 +DOC |
1 0 0 0 +NODE|
1 0 0 0 +MAP |
1 0 0 0 +PAIR|
1 0 0 0 +NODE|
1 0 0 0 +VAL |
1 0 0 0 =TEXT|block.scalar
1 12 12 12 -VAL |
1 12 12 12 -NODE|
1 12 12 12 =SYNX|:
1 13 13 13 +NODE|
1 13 13 13 =WSPC|.
1 14 14 14 +VAL |
1 14 14 14 =SYNX|>
1 15 15 15 =EOL |\x0a
2 0 16 16 =DENT|.
2 1 17 17 =NEWL|\x0a
3 0 18 18 =DENT|.
3 1 19 19 =TEXT|.
3 2 20 20 =NEWL|\x0a
4 0 21 21 =DENT|.
4 1 22 22 =TEXT|..
4 3 24 24 =NEWL|\x0a
5 0 25 25 =DENT|.
5 1 26 26 =TEXT|invalid
5 8 33 33 =NEWL|\x0a
6 0 34 34 -VAL |
6 0 34 34 -NODE|
6 0 34 34 -PAIR|
6 0 34 34 -MAP |
6 0 34 34 -NODE|
6 0 34 34 -DOC |
invalid_incorrect
{
"block scalar" : "\n\n\ninvalid\n"
}
invalid_incorrect
{
'block scalar' => '
invalid
'
}
invalid_incorrect
{
"block scalar" : "invalid\n"
}
invalid_incorrect
{
'block scalar' => 'invalid
'
}
invalid_incorrect
{
"block scalar" : "\n \n \ninvalid\n"
}
invalid_incorrect
{
'block scalar' => '
invalid
'
}
invalid_correct
stdin:2:1: error: block scalar with wrongly indented line after spaces only
^
~~
~~~
invalid
~
+STR
+DOC
+MAP
=VAL :block scalar
invalid_correct
stdin:2:1: error: block scalar with wrongly indented line after spaces only
^
~~
~~~
invalid
~
invalid_correct
Parse error: did not find expected key
+STR
+DOC
+MAP
=VAL :block scalar
=VAL >
invalid_correct
-:5:1: (25B): ERROR: parse error - indentation should not increase at this point
-:5:1: invalid (size=8)
^~~~~~~~ (cols 1-9)
invalid_correct
Exception:
yaml-cpp: error at line 5, column 2: end of map not found
+STR
+DOC
+MAP
=VAL :block scalar
=VAL :
invalid_correct
Unhandled exception. YamlDotNet.Core.SemanticErrorException: (Line: 5, Col: 1, Idx: 25) - (Line: 5, Col: 2, Idx: 26): While scanning a literal block scalar, found more spaces in lines above first content line.
at YamlDotNet.Core.Scanner.ScanBlockScalarBreaks(Int32 currentIndent, StringBuilder breaks, Boolean isLiteral, Mark& end, Nullable`1& isFirstLine)
at YamlDotNet.Core.Scanner.ScanBlockScalar(Boolean isLiteral)
at YamlDotNet.Core.Scanner.FetchBlockScalar(Boolean isLiteral)
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseBlockMappingValue()
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
+DOC
+MAP
=VAL :block scalar
invalid_correct
Unhandled exception. YamlDotNet.Core.SemanticErrorException: (Line: 5, Col: 1, Idx: 25) - (Line: 5, Col: 2, Idx: 26): While scanning a literal block scalar, found more spaces in lines above first content line.
at YamlDotNet.Core.Scanner.ScanBlockScalarBreaks(Int32 currentIndent, StringBuilder breaks, Boolean isLiteral, Mark& end, Nullable`1& isFirstLine)
at YamlDotNet.Core.Scanner.ScanBlockScalar(Boolean isLiteral)
at YamlDotNet.Core.Scanner.FetchBlockScalar(Boolean isLiteral)
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseBlockMappingValue()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.TryConsume[T](IParser parser, T& event)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.<>c__DisplayClass3_0.<DeserializeValue>b__0(IParser r, Type t)
at YamlDotNet.Serialization.NodeDeserializers.DictionaryNodeDeserializer.DeserializeHelper(Type tKey, Type tValue, IParser parser, Func`3 nestedObjectDeserializer, IDictionary result)
at YamlDotNet.Serialization.NodeDeserializers.DictionaryNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
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: line 4: did not find expected key
invalid_correct
Parsing error near byte offset Pos {posByteOffset = 34, posCharOffset = 34, posLine = 6, posColumn = 0} (leading empty lines contain more spaces than the first non-empty line in scalar: "\n \n \ninvalid\n")
+STR
+DOC
+MAP
=VAL :block scalar
invalid_correct
hsyaml-parser: user error (leading empty lines contain more spaces than the first non-empty line in scalar: "\n \n \ninvalid\n")
invalid_correct
/node/node_modules/js-yaml/lib/loader.js:187
throw generateError(state, message);
^
YAMLException: bad indentation of a mapping entry (5:2)
2 |
3 |
4 |
5 | invalid
------^
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 readBlockMapping (/node/node_modules/js-yaml/lib/loader.js:1182:7)
at composeNode (/node/node_modules/js-yaml/lib/loader.js:1441:12)
at readDocument (/node/node_modules/js-yaml/lib/loader.js:1625:3)
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) {
reason: 'bad indentation of a mapping entry',
mark: {
name: null,
buffer: 'block scalar: >\n \n \n \n invalid\n',
position: 26,
line: 4,
column: 1,
snippet: ' 2 | \n 3 | \n 4 | \n 5 | invalid\n------^'
}
}
Node.js v20.13.1
invalid_correct
Block scalars with more-indented leading empty lines must use an explicit indentation indicator at line 5, column 2:
invalid
^
+STR
+DOC
+MAP
=VAL :block scalar
=VAL >\n \n \ninvalid\n
-MAP
-DOC
-STR
invalid_correct
/yaml/bin/js-yaml-json:9
if (doc.errors.length !== 0) throw doc.errors[0]
^
YAMLParseError: Block scalars with more-indented leading empty lines must use an explicit indentation indicator at line 5, column 2:
invalid
^
at Composer.onError (/node/node_modules/yaml/dist/compose/composer.js:69:34)
at Object.resolveBlockScalar (/node/node_modules/yaml/dist/compose/resolve-block-scalar.js:44:17)
at Object.composeScalar (/node/node_modules/yaml/dist/compose/compose-scalar.js:10:30)
at composeNode (/node/node_modules/yaml/dist/compose/compose-node.js:24:34)
at Object.resolveBlockMap (/node/node_modules/yaml/dist/compose/resolve-block-map.js:83:19)
at resolveCollection (/node/node_modules/yaml/dist/compose/compose-collection.js:13:27)
at Object.composeCollection (/node/node_modules/yaml/dist/compose/compose-collection.js:47:16)
at Object.composeNode (/node/node_modules/yaml/dist/compose/compose-node.js:31:38)
at Object.composeDoc (/node/node_modules/yaml/dist/compose/compose-doc.js:34:23)
at Composer.next (/node/node_modules/yaml/dist/compose/composer.js:149:40) {
code: 'MISSING_CHAR',
pos: [ 26, 27 ],
linePos: [ { line: 5, col: 2 }, { line: 5, col: 3 } ]
}
Node.js v20.13.1
invalid_correct
luajit: 1:15: did not find expected key
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:443: in function 'load_node'
/usr/local/share/lua/5.1/lyaml/init.lua:340: in function 'load_node'
/usr/local/share/lua/5.1/lyaml/init.lua:497: in function 'load'
/yaml/bin/lua-lyaml-json:6: in main chunk
[C]: at 0x55b581ae2ed0
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: Leading all-spaces line contains too many spaces [YamlStreamError]
+STR
+DOC
+MAP
=VAL :block scalar
invalid_correct
Line : 5
Column : 2
Message : Bad indendation in MAP
Where : /perl5/lib/perl5/YAML/PP/Parser.pm line 204
YAML : "invalid\n"
at /yaml/bin/perl-pp-event line 46.
+STR
+DOC
+MAP
=VAL :block scalar
=VAL >
invalid_correct
Line : 5
Column : 2
Message : Bad indendation in MAP
Where : /perl5/lib/perl5/YAML/PP/Parser.pm line 204
YAML : "invalid\n"
at /perl5/lib/perl5/YAML/PP/Loader.pm line 94.
invalid_correct
Line : 5
Column : 2
Message : Bad indendation in MAP
Where : /perl5/lib/perl5/YAML/PP/Parser.pm line 204
YAML : "invalid\n"
at /perl5/lib/perl5/YAML/PP/Loader.pm line 94.
invalid_correct
YAML::PP::LibYAML Error: The problem:
did not find expected key
was found at , line: 5, column: 2
while parsing a block mapping at line: 1, column: 1
invalid_correct
YAML::PP::LibYAML Error: The problem:
did not find expected key
was found at , line: 5, column: 2
while parsing a block mapping at line: 1, column: 1
invalid_correct
Spaces found after indent in auto-detect (5LLU) at /perl5/lib/perl5/YAML/Parser.pm line 4588, <> line 1.
invalid_correct
YAML::XS::Load Error: The problem:
did not find expected key
was found at document: 1, line: 5, column: 2
while parsing a block mapping at line: 1, column: 1
invalid_correct
YAML::XS::Load Error: The problem:
did not find expected key
was found at document: 1, line: 5, column: 2
while parsing a block mapping at line: 1, column: 1
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 438, in parse_block_mapping_key
raise ParserError("while parsing a block mapping", self.marks[-1],
yaml.parser.ParserError: while parsing a block mapping
in "<unicode string>", line 1, column 1:
block scalar: >
^
expected <block end>, but found '<scalar>'
in "<unicode string>", line 5, column 2:
invalid
^
+STR
+DOC
+MAP
=VAL :block scalar
=VAL >
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 130, in load_all
yield loader.get_data()
^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/yaml/constructor.py", line 45, in get_data
return self.construct_document(self.get_node())
^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/yaml/composer.py", line 27, in get_node
return self.compose_document()
^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/yaml/composer.py", line 55, in compose_document
node = self.compose_node(None, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/yaml/composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/yaml/composer.py", line 127, in compose_mapping_node
while not self.check_event(MappingEndEvent):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 438, in parse_block_mapping_key
raise ParserError("while parsing a block mapping", self.marks[-1],
yaml.parser.ParserError: while parsing a block mapping
in "<unicode string>", line 1, column 1:
block scalar: >
^
expected <block end>, but found '<scalar>'
in "<unicode string>", line 5, column 2:
invalid
^
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 130, in load_all
yield loader.get_data()
^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/yaml/constructor.py", line 45, in get_data
return self.construct_document(self.get_node())
^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/yaml/composer.py", line 27, in get_node
return self.compose_document()
^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/yaml/composer.py", line 55, in compose_document
node = self.compose_node(None, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/yaml/composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/yaml/composer.py", line 127, in compose_mapping_node
while not self.check_event(MappingEndEvent):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 438, in parse_block_mapping_key
raise ParserError("while parsing a block mapping", self.marks[-1],
yaml.parser.ParserError: while parsing a block mapping
in "<unicode string>", line 1, column 1:
block scalar: >
^
expected <block end>, but found '<scalar>'
in "<unicode string>", line 5, column 2:
invalid
^
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 631, in parse_block_mapping_value
if self.scanner.check_token(ValueToken):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 298, in fetch_more_tokens
return self.fetch_folded()
^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 683, in fetch_folded
self.fetch_block_scalar(style='>')
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 691, in fetch_block_scalar
self.tokens.append(self.scan_block_scalar(style))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 1128, in scan_block_scalar
breaks, max_indent, end_mark = self.scan_block_scalar_indentation()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 1317, in scan_block_scalar_indentation
raise ScannerError(
ruamel.yaml.scanner.ScannerError: more indented follow up line than first in a block scalar
in "<unicode string>", line 5, column 2:
invalid
^ (line: 5)
+STR
+DOC
+MAP
=VAL :block scalar
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 476, in load_all
yield constructor.get_data()
^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/constructor.py", line 110, in get_data
return self.construct_document(self.composer.get_node())
^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 63, in get_node
return self.compose_document()
^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 94, in compose_document
node = self.compose_node(None, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 130, in compose_node
node = self.compose_mapping_node(anchor)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 211, in compose_mapping_node
item_value = self.compose_node(node, item_key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 106, in compose_node
if self.parser.check_event(AliasEvent):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 631, in parse_block_mapping_value
if self.scanner.check_token(ValueToken):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 298, in fetch_more_tokens
return self.fetch_folded()
^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 683, in fetch_folded
self.fetch_block_scalar(style='>')
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 691, in fetch_block_scalar
self.tokens.append(self.scan_block_scalar(style))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 1128, in scan_block_scalar
breaks, max_indent, end_mark = self.scan_block_scalar_indentation()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 1317, in scan_block_scalar_indentation
raise ScannerError(
ruamel.yaml.scanner.ScannerError: more indented follow up line than first in a block scalar
in "<unicode string>", line 5, column 2:
invalid
^ (line: 5)
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 476, in load_all
yield constructor.get_data()
^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/constructor.py", line 110, in get_data
return self.construct_document(self.composer.get_node())
^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 63, in get_node
return self.compose_document()
^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 94, in compose_document
node = self.compose_node(None, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 130, in compose_node
node = self.compose_mapping_node(anchor)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 211, in compose_mapping_node
item_value = self.compose_node(node, item_key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 106, in compose_node
if self.parser.check_event(AliasEvent):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 631, in parse_block_mapping_value
if self.scanner.check_token(ValueToken):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 298, in fetch_more_tokens
return self.fetch_folded()
^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 683, in fetch_folded
self.fetch_block_scalar(style='>')
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 691, in fetch_block_scalar
self.tokens.append(self.scan_block_scalar(style))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 1128, in scan_block_scalar
breaks, max_indent, end_mark = self.scan_block_scalar_indentation()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/scanner.py", line 1317, in scan_block_scalar_indentation
raise ScannerError(
ruamel.yaml.scanner.ScannerError: more indented follow up line than first in a block scalar
in "<unicode string>", line 5, column 2:
invalid
^ (line: 5)
invalid_correct
/ruby/gems/psych/lib/psych.rb:458:in `parse': (<unknown>): did not find expected key while parsing a block mapping at line 1 column 1 (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: 26, line: 5, col: 1 }, info: "while parsing a block mapping, did not find expected key" }
+STR
+DOC
+MAP
=VAL :block scalar
=VAL >