mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Fix a TODO
This commit is contained in:
@@ -244,9 +244,7 @@ current_dirname = os.path.basename(dirname(dirname(dirname(__file__))))
|
||||
('example.py', 'x = f("te" + "st"', 16, [s]),
|
||||
('example.py', 'x = f("te" + "st")', 16, [s]),
|
||||
('example.py', 'x = f("t" + "est")', 16, [s]),
|
||||
# This is actually not correct, but for now leave it here, because of
|
||||
# Python 2.
|
||||
('example.py', 'x = f(b"t" + "est")', 17, [s]),
|
||||
('example.py', 'x = f(b"t" + "est")', 17, []),
|
||||
('example.py', '"test" + "', None, [s]),
|
||||
|
||||
# __file__
|
||||
|
||||
Reference in New Issue
Block a user