From 8b14a593d83ac4ba69e7d6bf11a704bd06fe64a3 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Mon, 16 Feb 2015 18:20:27 -0800 Subject: Add regression reported for #319 --- testsuite/E50.py | 3 +++ 1 file changed, 3 insertions(+) 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') -- cgit v1.2.1