summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-06-02 18:07:50 -0700
committerIan Lee <IanLee1521@gmail.com>2016-06-02 18:08:32 -0700
commit8a93219fb4327928223f5492da7fd72fe4a727df (patch)
treee80a118d9fa6886b85125f6df2495b675e8bdbb5
parentb02d7687ee4de8f501195644bc9dc7fac523e52e (diff)
downloadpep8-issue-376.tar.gz
Added passing test case related to #376issue-376
This test passes currently, but would need to be updated if the functionality changes.
-rw-r--r--testsuite/E10.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/E10.py b/testsuite/E10.py
index cd142e3..7b42594 100644
--- a/testsuite/E10.py
+++ b/testsuite/E10.py
@@ -38,4 +38,8 @@ def test_keys(self):
u'Norrbotten',
u'V\xe4sterbotten',
])
-#:
+#: E101 W191
+if True:
+ print("""
+ tab at start of this line
+""")