1
0
forked from VimPlug/jedi

tests added / error catch

This commit is contained in:
David Halter
2012-04-25 09:48:31 +02:00
parent 1ea2954c0e
commit 3780e44603
6 changed files with 36 additions and 9 deletions

View File

@@ -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.