forked from VimPlug/jedi
tests added / error catch
This commit is contained in:
@@ -96,3 +96,19 @@ u1.real
|
||||
(u1).real
|
||||
#? []
|
||||
u1.upper
|
||||
|
||||
# -----------------
|
||||
# should fail
|
||||
# -----------------
|
||||
(f, g) = (1,)
|
||||
#? ['imag']
|
||||
f.imag
|
||||
#? []
|
||||
g.upper
|
||||
|
||||
(f1, g1) = 1
|
||||
#? []
|
||||
f1.
|
||||
#? []
|
||||
g1.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user