summaryrefslogtreecommitdiff
path: root/testsuite/E24.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-06-01 23:04:43 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-06-01 23:04:43 +0200
commit8c5da48956dee83fce28ba6280d3a5ea4345335d (patch)
treea838a002b29a0531f77b62499766c47821174127 /testsuite/E24.py
parent7ed138f91493613b6e154d4c089afd75a4016c66 (diff)
downloadpep8-8c5da48956dee83fce28ba6280d3a5ea4345335d.tar.gz
Make E27 checks twice as fast.
Diffstat (limited to 'testsuite/E24.py')
-rw-r--r--testsuite/E24.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/E24.py b/testsuite/E24.py
index 92ca515..a93222c 100644
--- a/testsuite/E24.py
+++ b/testsuite/E24.py
@@ -1,6 +1,8 @@
#: E241
a = (1, 2)
+#: Okay
b = (1, 20)
#: E242
a = (1, 2) # tab before 2
+#: Okay
b = (1, 20) # space before 20