mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-28 00:25:31 +08:00
Tests for python2 print statement.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Some special cases of Python 2.
|
||||
"""
|
||||
|
||||
# print is syntax:
|
||||
print 1
|
||||
print(1)
|
||||
|
||||
#! 6 name-error
|
||||
print NOT_DEFINED
|
||||
Reference in New Issue
Block a user