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

31 lines
685 B
Text
Generated

'>>> 3/"3"\n' Other
'Traceback (most recent call last):\n' Generic.Traceback
' File ' Text
'"<stdin>"' Name.Builtin
', line ' Text
'1' Literal.Number
', in ' Text
'<module>' Name
'\n' Text.Whitespace
'TypeError' Generic.Error
': ' Text
"unsupported operand type(s) for /: 'int' and 'str'" Name
'\n' Text.Whitespace
'>>> blah\n' Other
'Traceback (most recent call last):\n' Generic.Traceback
' File ' Text
'"<stdin>"' Name.Builtin
', line ' Text
'1' Literal.Number
', in ' Text
'<module>' Name
'\n' Text.Whitespace
'builtins.NameError' Generic.Error
'\n' Text.Whitespace