summaryrefslogtreecommitdiff
path: root/testsuite/E12not.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/E12not.py')
-rw-r--r--testsuite/E12not.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/testsuite/E12not.py b/testsuite/E12not.py
index c50f27f..655dd6b 100644
--- a/testsuite/E12not.py
+++ b/testsuite/E12not.py
@@ -128,7 +128,7 @@ part = [-1, (2, 3,
fnct(1, 2, 3,
4, 5, 6)
-fnct(1, 2, 3
+fnct(1, 2, 3,
4, 5, 6,
7, 8, 9,
10, 11)
@@ -578,4 +578,13 @@ dica = {
('abc'
'def') == (
'abc')
+
+# issue 214
+bar(
+ 1).zap(
+ 2)
+
+bar(
+ 1).zap(
+ 2)
#