added tests for executions/follows of unnecessary brackets

This commit is contained in:
David Halter
2012-12-24 02:25:26 +01:00
parent 6ab9390bce
commit 3f95d33f4d

View File

@@ -118,6 +118,15 @@ u1
#? int()
a
def a(): return ''
#? str()
(a)()
#? str()
(a)().replace()
#? int()
(tuple).index()
# -----------------
# imbalanced sides
# -----------------