mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
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