cmd_parsetree.py 251 B

123456789101112
  1. # cmdline: -v -v -v
  2. # test printing of the parse-tree
  3. for i in ():
  4. pass
  5. a = None
  6. b = 'str'
  7. c = 'a very long str that will not be interned'
  8. d = b'bytes'
  9. e = b'a very long bytes that will not be interned'
  10. f = 123456789012345678901234567890
  11. g = 123