From f3c8eeb7e45532c662016547ed17935897009dcf Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Fri, 3 Nov 2017 12:59:57 -0700 Subject: Inserting test case for GitHub #702 This is interesting though in that, at least for me in Python 3.6 run via tox locally, it doesnt actually fail as would be expected based on the report, and my own re-creation manually with a test file... More investigation is needed. --- testsuite/E50.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testsuite/E50.py b/testsuite/E50.py index 189f416..f98f962 100644 --- a/testsuite/E50.py +++ b/testsuite/E50.py @@ -121,3 +121,8 @@ import this #: E501 # This # almost_empty_line +#: E501 E226 +#!/usr/bin/env python3 + +verylong = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" +double = verylong+verylong -- cgit v1.2.1