changed the way the tests react, when multiple elements are produced

This commit is contained in:
David Halter
2012-07-12 16:19:47 +02:00
parent c84ca8f897
commit 4739eb6c02
5 changed files with 12 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ def recursion2(a):
return recursion2("")
return a
#? int() str() str()
#? int() str()
recursion2(1)
# -----------------