summaryrefslogtreecommitdiff
path: root/tests/examplefiles/pytb/syntax_error.py2tb.output
blob: e5edf23283cf648dc215e94235198b0a50b1de0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
''            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