summaryrefslogtreecommitdiff
path: root/testsuite/E11.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-01-31 16:38:31 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2019-01-31 16:52:37 -0800
commitdd1d313152a136f80c9ac3d508d2d99d6b3dc0a8 (patch)
tree5dd0ee126e98bb21ade1da1bf2a8aca13bbb0b90 /testsuite/E11.py
parentac1c5e579c840e20544e9d65dbcebc1ecd9bf796 (diff)
downloadpep8-dd1d313152a136f80c9ac3d508d2d99d6b3dc0a8.tar.gz
Expect lines to be indented 8 places when tabs are used
Fixes #836
Diffstat (limited to 'testsuite/E11.py')
-rw-r--r--testsuite/E11.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/E11.py b/testsuite/E11.py
index c7b11d1..ef87d92 100644
--- a/testsuite/E11.py
+++ b/testsuite/E11.py
@@ -37,3 +37,6 @@ def start(self):
#: E117
def start():
print
+#: E117 W191
+def start():
+ print