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/syntax_error.pytb.output
2022-12-04 16:20:15 +01:00

21 lines
530 B
Text
Generated

'' Generic.Traceback
' File ' Text
'"<stdin>"' Name.Builtin
', line ' Text
'1' Literal.Number
'\n' Text.Whitespace
' ' Text.Whitespace
'mismatch' Name
'(' Punctuation
']' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'^' Punctuation.Marker
'\n' Text.Whitespace
'SyntaxError' Generic.Error
': ' Text
"closing parenthesis ']' does not match opening parenthesis '('" Name
'\n' Text.Whitespace