diff --git a/test/completion/arrays.py b/test/completion/arrays.py index ca020169..3e22e933 100644 --- a/test/completion/arrays.py +++ b/test/completion/arrays.py @@ -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