mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-09 06:04:54 +08:00
We can now also test certain problems with python 2.
This commit is contained in:
6
test/normalizer_issue_files/python2.7.py
Normal file
6
test/normalizer_issue_files/python2.7.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import sys
|
||||
|
||||
print 1, 2 >> sys.stdout
|
||||
|
||||
|
||||
foo = ur'This is not possible in Python 3.'
|
||||
Reference in New Issue
Block a user