1
0
forked from VimPlug/jedi

fixed invalid list comprehension tests

This commit is contained in:
David Halter
2013-02-22 23:06:59 +04:30
parent 2fda713118
commit c1e805d7b0
2 changed files with 5 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ a[0]
a = [a for a in [1,2]
def break(): pass
#? list()
#? int()
a[0]
#? []