summaryrefslogtreecommitdiff
path: root/tests/examplefiles/pycon/pycon_test.pycon.output
blob: 66dcca036c45c3cfb9f55f43e6785880760b36da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
'>>> '        Generic.Prompt
':'           Punctuation
'\n'          Text.Whitespace

'  File '     Text
'"<stdin>"'   Name.Builtin
', line '     Text
'1'           Literal.Number
'\n'          Text.Whitespace

'    '        Text.Whitespace
':'           Punctuation
'\n'          Text.Whitespace

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

'SyntaxError' Generic.Error
': '          Text
'invalid syntax' Name
'\n'          Text.Whitespace

''            Text
'>>> '        Generic.Prompt
'\n'          Text.Whitespace

'KeyboardInterrupt\n' Generic.Output

'>>>'         Generic.Prompt
'\n'          Text.Whitespace

'\n'          Generic.Output

'>>> '        Generic.Prompt
'1'           Literal.Number.Integer
'/'           Operator
'0'           Literal.Number.Integer
'\n'          Text.Whitespace

'Traceback (most recent call last):\n' Generic.Traceback

'   '         Text.Whitespace
'...'         Comment
'\n'          Text.Whitespace

'ZeroDivisionError' Generic.Error
'\n'          Text.Whitespace

'\n'          Text.Whitespace

''            Text
'>>> '        Generic.Prompt
'1'           Literal.Number.Integer
'/'           Operator
'0'           Literal.Number.Integer
'   '         Text
'# this used to swallow the traceback' Comment.Single
'\n'          Text.Whitespace

'Traceback (most recent call last):\n' Generic.Traceback

'   '         Text.Whitespace
'...'         Comment
'\n'          Text.Whitespace