This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/pytb/error_locations.pytb.output
2022-12-04 16:20:15 +01:00

108 lines
2.4 KiB
Text
Generated

'Traceback (most recent call last):\n' Generic.Traceback
' File ' Text
'"/home/tb.py"' Name.Builtin
', line ' Text
'13' Literal.Number
', in ' Text
'<module>' Name
'\n' Text.Whitespace
' ' Text.Whitespace
'in_Python_3_11' Name
'(' Punctuation
')' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'^^^^^^^^^^^^^^^^' Punctuation.Marker
'\n' Text.Whitespace
' File ' Text
'"/home/tb.py"' Name.Builtin
', line ' Text
'2' Literal.Number
', in ' Text
'in_Python_3_11' Name
'\n' Text.Whitespace
' ' Text.Whitespace
'return' Keyword
' ' Text
'error_locations' Name
'(' Punctuation
')' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'^^^^^^^^^^^^^^^^^' Punctuation.Marker
'\n' Text.Whitespace
' File ' Text
'"/home/tb.py"' Name.Builtin
', line ' Text
'5' Literal.Number
', in ' Text
'error_locations' Name
'\n' Text.Whitespace
' ' Text.Whitespace
'return' Keyword
' ' Text
'are_provided' Name
'(' Punctuation
')' Punctuation
' ' Text
'is' Operator.Word
' ' Text
'True' Keyword.Constant
'\n' Text.Whitespace
' ' Text.Whitespace
'^^^^^^^^^^^^^^' Punctuation.Marker
'\n' Text.Whitespace
' File ' Text
'"/home/tb.py"' Name.Builtin
', line ' Text
'8' Literal.Number
', in ' Text
'are_provided' Name
'\n' Text.Whitespace
' ' Text.Whitespace
'return' Keyword
' ' Text
'in_tracebacks' Name
'(' Punctuation
')' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'^^^^^^^^^^^^^^^' Punctuation.Marker
'\n' Text.Whitespace
' File ' Text
'"/home/tb.py"' Name.Builtin
', line ' Text
'11' Literal.Number
', in ' Text
'in_tracebacks' Name
'\n' Text.Whitespace
' ' Text.Whitespace
'return' Keyword
' ' Text
'1' Literal.Number.Integer
'/' Operator
'0' Literal.Number.Integer
'\n' Text.Whitespace
' ' Text.Whitespace
'~^~' Punctuation.Marker
'\n' Text.Whitespace
'ZeroDivisionError' Generic.Error
': ' Text
'division by zero' Name
'\n' Text.Whitespace