1
0
forked from VimPlug/jedi

Fixed whitespace problems in completion tests

This commit is contained in:
Danilo Bargen
2014-07-26 17:37:30 +02:00
parent c85bdb8ff1
commit 2a1c108bbf
5 changed files with 20 additions and 17 deletions

View File

@@ -224,7 +224,7 @@ f()
d = dict({'a':''})
def y(a):
return a
#?
#?
y(**d)
# problem with more complicated casts
@@ -297,7 +297,7 @@ list(a)[1]
#? int() str()
list(a)[0]
#?
#?
set(a)[0]
#? int() str()