31 lines
685 B
Text
Generated
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
|