You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
243 B
12 lines
243 B
8 years ago
|
# cmdline: -v -v -v
|
||
|
# test printing of the parse-tree
|
||
|
|
||
|
for i in ():
|
||
|
pass
|
||
|
a = None
|
||
|
b = 'str'
|
||
|
c = 'a very long str that will not be interned'
|
||
|
d = b'bytes'
|
||
|
e = b'a very long bytes that will not be interned'
|
||
|
f = 123456789012345678901234567890
|