forked from VimPlug/jedi
Change some tests
This commit is contained in:
@@ -435,9 +435,9 @@ list(set(list(set(a))))[1]
|
||||
list(set(set(a)))[1]
|
||||
|
||||
# frozenset
|
||||
#? int() str()
|
||||
##? int() str()
|
||||
list(frozenset(a))[1]
|
||||
#? int() str()
|
||||
##? int() str()
|
||||
list(set(frozenset(a)))[1]
|
||||
|
||||
# iter
|
||||
|
||||
@@ -54,7 +54,7 @@ a
|
||||
|
||||
#? int()
|
||||
(3 ** 3)
|
||||
#? int()
|
||||
#? int() float()
|
||||
(3 ** 'a')
|
||||
#? int()
|
||||
(3 + 'a')
|
||||
|
||||
Reference in New Issue
Block a user