1
0
forked from VimPlug/jedi

reeneabled more complex builtin array tests

This commit is contained in:
David Halter
2012-08-14 13:07:21 +02:00
parent 79d30f1b24
commit 61ca2c74b4
2 changed files with 3 additions and 3 deletions

View File

@@ -202,9 +202,9 @@ list(set(a))[1]
list(list(set(a)))[1]
# does not yet work, because the recursion catching is not good enough (catches # to much)
##? int() str()
#? int() str()
list(set(list(set(a))))[1]
##? int() str()
#? int() str()
list(set(set(a)))[1]
# frozenset