summaryrefslogtreecommitdiff
path: root/testsuite/E12not.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/E12not.py')
-rw-r--r--testsuite/E12not.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/E12not.py b/testsuite/E12not.py
index 29f6492..f32a03e 100644
--- a/testsuite/E12not.py
+++ b/testsuite/E12not.py
@@ -118,6 +118,13 @@ abricot = 3 + \
4 + \
5 + 6
+part = [-1, 2, 3,
+ 4, 5, 6]
+
+part = [-1, (2, 3,
+ 4, 5, 6), 7,
+ 8, 9, 0]
+
fnct(1, 2, 3,
4, 5, 6)