summaryrefslogtreecommitdiff
path: root/tests/examplefiles/pytb/syntax_error.pytb.output
blob: f7ae91bfc8bf3a823be5e90c404ac80eec25b6ae (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

'    '        Text
'mismatch'    Name
'('           Punctuation
']'           Punctuation
'\n'          Text

'           ' Text
'^'           Punctuation.Marker
'\n'          Text

'SyntaxError' Generic.Error
': '          Text
"closing parenthesis ']' does not match opening parenthesis '('" Name
'\n'          Text