--- &test-DK95:06
Title: Tabs that look like indentation
Tags: [ indent, whitespace ]
+STR
+DOC
+MAP
=VAL :foo
+MAP
=VAL :a
=VAL :1
invalid_incorrect
+STR
+DOC
+MAP
=VAL :foo
+MAP
=VAL :a
=VAL :1
=VAL :b
=VAL :2
-MAP
-MAP
-DOC
-STR
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|foo
1 3 3 3 -VAL |
1 3 3 3 -NODE|
1 3 3 3 =SYNX|:
1 4 4 4 +NODE|
1 4 4 4 =EOL |\x0a
2 0 5 5 +MAP |
2 0 5 5 =DENT|..
2 2 7 7 +PAIR|
2 2 7 7 +NODE|
2 2 7 7 +VAL |
2 2 7 7 =TEXT|a
2 3 8 8 -VAL |
2 3 8 8 -NODE|
2 3 8 8 =SYNX|:
2 4 9 9 =WSPC|.
2 5 10 10 +NODE|
2 5 10 10 +VAL |
2 5 10 10 =TEXT|1
2 6 11 11 -VAL |
2 6 11 11 -NODE|
2 6 11 11 =EOL |\x0a
3 0 12 12 -PAIR|
3 0 12 12 -MAP |
3 0 12 12 -NODE|
3 0 12 12 -PAIR|
3 0 12 12 -MAP |
3 0 12 12 -NODE|
3 0 12 12 -DOC |
3 0 12 12 =ERR |Unexpected.'.'
invalid_incorrect
+STR
+DOC
+MAP
=VAL :foo
+MAP
=VAL :a
=VAL :1
=VAL :b
=VAL :2
-MAP
-MAP
-DOC
-STR
invalid_incorrect
{
"foo" : {
"a" : 1,
"b" : 2
}
}
invalid_incorrect
{
'foo' => {
'a' => 1,
'b' => 2
}
}
invalid_correct
stdin:2:6: error: invalid multiline plain key
a: 1
^
b: 2
~~~~~~~~~
+STR
+DOC
+MAP
=VAL :foo
+MAP
=VAL :a
invalid_correct
stdin:2:6: error: invalid multiline plain key
a: 1
^
b: 2
~~~~~~~~~
invalid_correct
Parse error: found a tab character that violates indentation
+STR
+DOC
+MAP
=VAL :foo
+MAP
=VAL :a
invalid_correct
Exception:
yaml-cpp: error at line 3, column 3: illegal tab when looking for indentation
+STR
+DOC
+MAP
=VAL :foo
+MAP
=VAL :a
invalid_correct
Unhandled exception. YamlDotNet.Core.SyntaxErrorException: (Line: 2, Col: 6, Idx: 10) - (Line: 3, Col: 3, Idx: 14): While scanning a plain scalar, found a tab character that violate indentation.
at YamlDotNet.Core.Scanner.ScanPlainScalar(Boolean& isMultiline)
at YamlDotNet.Core.Scanner.FetchPlainScalar()
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 :foo
+MAP
=VAL :a
invalid_correct
Unhandled exception. YamlDotNet.Core.SyntaxErrorException: (Line: 2, Col: 6, Idx: 10) - (Line: 3, Col: 3, Idx: 14): While scanning a plain scalar, found a tab character that violate indentation.
at YamlDotNet.Core.Scanner.ScanPlainScalar(Boolean& isMultiline)
at YamlDotNet.Core.Scanner.FetchPlainScalar()
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.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 3: found a tab character that violates indentation
invalid_correct
Parsing error near byte offset Pos {posByteOffset = 12, posCharOffset = 12, posLine = 3, posColumn = 0} (Unexpected ' ')
+STR
+DOC
+MAP
=VAL :foo
+MAP
=VAL :a
=VAL :1
-MAP
-MAP
-DOC
invalid_correct
hsyaml-parser: user error (Unexpected ' ')
invalid_correct
/node/node_modules/js-yaml/lib/loader.js:187
throw generateError(state, message);
^
YAMLException: tab characters must not be used in indentation (3:3)
1 | foo:
2 | a: 1
3 | →b: 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 readBlockMapping (/node/node_modules/js-yaml/lib/loader.js:1062:7)
at composeNode (/node/node_modules/js-yaml/lib/loader.js:1441:12)
at readBlockMapping (/node/node_modules/js-yaml/lib/loader.js:1164:11)
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) {
reason: 'tab characters must not be used in indentation',
mark: {
name: null,
buffer: 'foo:\n a: 1\n \tb: 2\n',
position: 14,
line: 2,
column: 2,
snippet: ' 1 | foo:\n 2 | a: 1\n 3 | →b: 2\n-------^'
}
}
Node.js v20.13.1
invalid_correct
Tabs are not allowed as indentation at line 3, column 3:
a: 1
b: 2
^
+STR
+DOC
+MAP
=VAL :foo
+MAP
=VAL :a
=VAL :1
invalid_correct
/yaml/bin/js-yaml-json:9
if (doc.errors.length !== 0) throw doc.errors[0]
^
YAMLParseError: Tabs are not allowed as indentation at line 3, column 3:
a: 1
b: 2
^
at Composer.onError (/node/node_modules/yaml/dist/compose/composer.js:69:34)
at Object.resolveProps (/node/node_modules/yaml/dist/compose/resolve-props.js:135:9)
at Object.resolveBlockMap (/node/node_modules/yaml/dist/compose/resolve-block-map.js:21:39)
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 composeNode (/node/node_modules/yaml/dist/compose/compose-node.js:31:38)
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) {
code: 'TAB_AS_INDENT',
pos: [ 14, 15 ],
linePos: [ { line: 3, col: 3 }, { line: 3, col: 4 } ]
}
Node.js v20.13.1
invalid_correct
luajit: 2:3: found a tab character that violates indentation
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:378: in function 'load_node'
/usr/local/share/lua/5.1/lyaml/init.lua:378: 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 0x5592b484ded0
invalid_correct
Line : 3
Column : 3
Expected : ALIAS COLON DOC_END DOC_START EOL PLAIN QUESTION QUOTED
Got : WS
Where : /perl5/lib/perl5/YAML/PP/Parser.pm line 392
YAML : "\tb: 2\n"
at /yaml/bin/perl-pp-event line 46.
+STR
+DOC
+MAP
=VAL :foo
+MAP
=VAL :a
=VAL :1
invalid_correct
Line : 3
Column : 3
Expected : ALIAS COLON DOC_END DOC_START EOL PLAIN QUESTION QUOTED
Got : WS
Where : /perl5/lib/perl5/YAML/PP/Parser.pm line 392
YAML : "\tb: 2\n"
at /perl5/lib/perl5/YAML/PP/Loader.pm line 94.
invalid_correct
Line : 3
Column : 3
Expected : ALIAS COLON DOC_END DOC_START EOL PLAIN QUESTION QUOTED
Got : WS
Where : /perl5/lib/perl5/YAML/PP/Parser.pm line 392
YAML : "\tb: 2\n"
at /perl5/lib/perl5/YAML/PP/Loader.pm line 94.
invalid_correct
YAML::PP::LibYAML Error: The problem:
found a tab character that violates indentation
was found at , line: 3, column: 3
while scanning a plain scalar at line: 2, column: 6
invalid_correct
YAML::PP::LibYAML Error: The problem:
found a tab character that violates indentation
was found at , line: 3, column: 3
while scanning a plain scalar at line: 2, column: 6
invalid_correct
Parser finished before end of input at /perl5/lib/perl5/YAML/Parser.pm line 4056, <> line 1.
invalid_correct
YAML::Tiny found bad indenting in line ' b: 2' at /yaml/bin/perl-tiny-json line 12.
invalid_correct
YAML::Tiny found bad indenting in line ' b: 2' at /yaml/bin/perl-tiny-perl line 15.
invalid_correct
YAML::XS::Load Error: The problem:
found a tab character that violates indentation
was found at document: 1, line: 3, column: 3
while scanning a plain scalar at line: 2, column: 6
invalid_correct
YAML::XS::Load Error: The problem:
found a tab character that violates indentation
was found at document: 1, line: 3, column: 3
while scanning a plain scalar at line: 2, column: 6
invalid_correct
Use of uninitialized value in numeric gt (>) at /perl5/lib/perl5/YAML/Loader.pm line 801, <> line 1.
Use of uninitialized value in numeric gt (>) at /perl5/lib/perl5/YAML/Loader.pm line 802, <> line 1.
Use of uninitialized value in numeric ne (!=) at /perl5/lib/perl5/YAML/Loader.pm line 804, <> line 1.
Use of uninitialized value in subtraction (-) at /perl5/lib/perl5/YAML/Loader.pm line 809, <> line 1.
Use of uninitialized value in numeric eq (==) at /perl5/lib/perl5/YAML/Loader.pm line 373, <> line 1.
Use of uninitialized value in numeric eq (==) at /perl5/lib/perl5/YAML/Loader.pm line 373, <> line 1.
Use of uninitialized value in substitution (s///) at /perl5/lib/perl5/YAML/Loader.pm line 337, <> line 1.
Use of uninitialized value in substitution (s///) at /perl5/lib/perl5/YAML/Loader.pm line 344, <> line 1.
Use of uninitialized value in substitution (s///) at /perl5/lib/perl5/YAML/Loader.pm line 348, <> line 1.
Use of uninitialized value in substitution (s///) at /perl5/lib/perl5/YAML/Loader.pm line 443, <> line 1.
Use of uninitialized value in substitution (s///) at /perl5/lib/perl5/YAML/Loader.pm line 443, <> line 1.
YAML Error: Invalid element in map
Code: YAML_LOAD_ERR_BAD_MAP_ELEMENT
Line: 3
Document: 1
at /perl5/lib/perl5/YAML/Loader.pm line 360.
invalid_correct
Use of uninitialized value in numeric gt (>) at /perl5/lib/perl5/YAML/Loader.pm line 801, <> line 1.
Use of uninitialized value in numeric gt (>) at /perl5/lib/perl5/YAML/Loader.pm line 802, <> line 1.
Use of uninitialized value in numeric ne (!=) at /perl5/lib/perl5/YAML/Loader.pm line 804, <> line 1.
Use of uninitialized value in subtraction (-) at /perl5/lib/perl5/YAML/Loader.pm line 809, <> line 1.
Use of uninitialized value in numeric eq (==) at /perl5/lib/perl5/YAML/Loader.pm line 373, <> line 1.
Use of uninitialized value in numeric eq (==) at /perl5/lib/perl5/YAML/Loader.pm line 373, <> line 1.
Use of uninitialized value in substitution (s///) at /perl5/lib/perl5/YAML/Loader.pm line 337, <> line 1.
Use of uninitialized value in substitution (s///) at /perl5/lib/perl5/YAML/Loader.pm line 344, <> line 1.
Use of uninitialized value in substitution (s///) at /perl5/lib/perl5/YAML/Loader.pm line 348, <> line 1.
Use of uninitialized value in substitution (s///) at /perl5/lib/perl5/YAML/Loader.pm line 443, <> line 1.
Use of uninitialized value in substitution (s///) at /perl5/lib/perl5/YAML/Loader.pm line 443, <> line 1.
YAML Error: Invalid element in map
Code: YAML_LOAD_ERR_BAD_MAP_ELEMENT
Line: 3
Document: 1
at /perl5/lib/perl5/YAML/Loader.pm line 360.
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 428, in parse_block_mapping_key
if self.check_token(KeyToken):
^^^^^^^^^^^^^^^^^^^^^^^^^^
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 258, in fetch_more_tokens
raise ScannerError("while scanning for the next token", None,
yaml.scanner.ScannerError: while scanning for the next token
found character '\t' that cannot start any token
in "<unicode string>", line 3, column 3:
b: 2
^
+STR
+DOC
+MAP
=VAL :foo
+MAP
=VAL :a
=VAL :1
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 133, in compose_mapping_node
item_value = self.compose_node(node, item_key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 428, in parse_block_mapping_key
if self.check_token(KeyToken):
^^^^^^^^^^^^^^^^^^^^^^^^^^
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 258, in fetch_more_tokens
raise ScannerError("while scanning for the next token", None,
yaml.scanner.ScannerError: while scanning for the next token
found character '\t' that cannot start any token
in "<unicode string>", line 3, column 3:
b: 2
^
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 133, in compose_mapping_node
item_value = self.compose_node(node, item_key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 428, in parse_block_mapping_key
if self.check_token(KeyToken):
^^^^^^^^^^^^^^^^^^^^^^^^^^
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 258, in fetch_more_tokens
raise ScannerError("while scanning for the next token", None,
yaml.scanner.ScannerError: while scanning for the next token
found character '\t' that cannot start any token
in "<unicode string>", line 3, column 3:
b: 2
^
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 600, in parse_block_mapping_key
if self.scanner.check_token(KeyToken):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 313, in fetch_more_tokens
raise ScannerError(
ruamel.yaml.scanner.ScannerError: while scanning for the next token
found character '\t' that cannot start any token
in "<unicode string>", line 3, column 3:
b: 2
^ (line: 3)
+STR
+DOC
+MAP
=VAL :foo
+MAP
=VAL :a
=VAL :1
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 130, in compose_node
node = self.compose_mapping_node(anchor)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 204, in compose_mapping_node
while not self.parser.check_event(MappingEndEvent):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 600, in parse_block_mapping_key
if self.scanner.check_token(KeyToken):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 313, in fetch_more_tokens
raise ScannerError(
ruamel.yaml.scanner.ScannerError: while scanning for the next token
found character '\t' that cannot start any token
in "<unicode string>", line 3, column 3:
b: 2
^ (line: 3)
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 130, in compose_node
node = self.compose_mapping_node(anchor)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/python/lib/python3.12/site-packages/ruamel/yaml/composer.py", line 204, in compose_mapping_node
while not self.parser.check_event(MappingEndEvent):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 600, in parse_block_mapping_key
if self.scanner.check_token(KeyToken):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 313, in fetch_more_tokens
raise ScannerError(
ruamel.yaml.scanner.ScannerError: while scanning for the next token
found character '\t' that cannot start any token
in "<unicode string>", line 3, column 3:
b: 2
^ (line: 3)
invalid_correct
/ruby/gems/psych/lib/psych.rb:458:in `parse': (<unknown>): found a tab character that violates indentation while scanning a plain scalar at line 2 column 6 (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: 10, line: 2, col: 5 }, info: "while scanning a plain scalar, found a tab" }
+STR
+DOC
+MAP
=VAL :foo
+MAP
=VAL :a