summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-02-16 18:20:27 -0800
committerIan Lee <IanLee1521@gmail.com>2015-02-16 18:20:27 -0800
commit8b14a593d83ac4ba69e7d6bf11a704bd06fe64a3 (patch)
tree9487c2c88b38c123200e14b58be6cc5d64448af7
parent497f1db5d142ddb891504d2513d52c5f195c05ac (diff)
downloadpep8-issue-319-regression.tar.gz
Add regression reported for #319issue-319-regression
-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')