Add more complex assignment tests

This commit is contained in:
Takafumi Arakaki
2013-05-23 23:41:41 +02:00
parent b896f352ad
commit 45bddec83a

View File

@@ -103,6 +103,18 @@ a
#? int()
b
(a, b) = (c, (e, f)) = ('2', (3, 4))
#? str()
a
#? tuple()
b
#? str()
c
#? int()
e
#? int()
f
# -----------------
# unnessecary braces