1
0
forked from VimPlug/jedi

Change some tests slightly

This commit is contained in:
Dave Halter
2026-05-01 14:14:12 +02:00
parent f8fb2d1230
commit 696df90daf
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#? ['imag'] #? ['imag']
int.imag int.imag
#? [] #? ['is_integer']
int.is_integer int.is_integer
#? ['is_integer'] #? ['is_integer']
+2
View File
@@ -8,6 +8,8 @@
#! 12 type-error-not-iterable #! 12 type-error-not-iterable
[a for a in 1] [a for a in 1]
# TODO wrong?
#! 10 type-error-too-many-arguments
tuple(str(a) for a in [1]) tuple(str(a) for a in [1])
#! 8 type-error-operation #! 8 type-error-operation