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-06 16:08:23 -0700
commit42c898716cb071cc0f8c74db4a40e6781b3b2ef2 (patch)
treed5dda4387d056d27f722d59bd3f7ca60d0f48b31
parentca7e43b493d682589f918c5bc02aaf29b57e2f2a (diff)
downloadpep8-42c898716cb071cc0f8c74db4a40e6781b3b2ef2.tar.gz
Added passing test case related to #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
+""")