forked from VimPlug/jedi
changed the way the tests react, when multiple elements are produced
This commit is contained in:
@@ -75,7 +75,7 @@ def recursion2(a):
|
||||
return recursion2("")
|
||||
return a
|
||||
|
||||
#? int() str() str()
|
||||
#? int() str()
|
||||
recursion2(1)
|
||||
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user