summaryrefslogtreecommitdiff
path: root/testsuite/E50.py
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2017-11-03 12:59:57 -0700
committerIan Lee <IanLee1521@gmail.com>2017-11-03 12:59:57 -0700
commitf3c8eeb7e45532c662016547ed17935897009dcf (patch)
treec7c616a5fe6939130a395e45fa4fcca700f451d6 /testsuite/E50.py
parentf810ae199e895d4274f527be1dd705fc275a2cb5 (diff)
downloadpep8-f3c8eeb7e45532c662016547ed17935897009dcf.tar.gz
Inserting test case for GitHub #702gh-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.
Diffstat (limited to 'testsuite/E50.py')
-rw-r--r--testsuite/E50.py5
1 files changed, 5 insertions, 0 deletions
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