mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
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