forked from VimPlug/jedi
reeneabled more complex builtin array tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user