forked from VimPlug/jedi
change tests that provided wrong instance information
This commit is contained in:
@@ -237,7 +237,7 @@ exe = args_func(1, "", list)
|
||||
exe[0]
|
||||
#? tuple()
|
||||
exe[1]
|
||||
#? list()
|
||||
#? list
|
||||
exe[1][1]
|
||||
|
||||
|
||||
@@ -306,7 +306,7 @@ def fu(a=1, b="", *args, **kwargs):
|
||||
|
||||
exe = fu(list, 1, "", c=set, d="")
|
||||
|
||||
#? list()
|
||||
#? list
|
||||
exe[0]
|
||||
#? int()
|
||||
exe[1]
|
||||
@@ -316,7 +316,7 @@ exe[2]
|
||||
exe[2][0]
|
||||
#? dict()
|
||||
exe[3]
|
||||
#? set()
|
||||
#? set
|
||||
exe[3]['c']
|
||||
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user