summaryrefslogtreecommitdiff
path: root/testsuite/E50.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/E50.py')
-rw-r--r--testsuite/E50.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/E50.py b/testsuite/E50.py
index f60f389..ab8b300 100644
--- a/testsuite/E50.py
+++ b/testsuite/E50.py
@@ -27,6 +27,9 @@ if (foo is None and bar is "e000" and \
blah = 'yeahnah'
#
#: Okay
+a = '1234567890123456789012345678901234567890123456789012345678901234567890' or \
+ '1234567890123456789012345678901234567890123456789012345678901234567890' # noqa
+#: Okay
a = ('AAA'
'BBB')