summaryrefslogtreecommitdiff
path: root/testsuite/E21.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-24 19:13:43 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-24 19:13:43 +0100
commit6ffa51ae59f2d9ecc0efbc4e46d4136fb9e80421 (patch)
tree9629c39f80461a72da6234066fea4c7584ebbdac /testsuite/E21.py
parent4afc7ae620001d0ffce7d425f220c24754513c85 (diff)
downloadpep8-6ffa51ae59f2d9ecc0efbc4e46d4136fb9e80421.tar.gz
Improve the test framework to count the errors, motivated by issue #237
Diffstat (limited to 'testsuite/E21.py')
-rw-r--r--testsuite/E21.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/E21.py b/testsuite/E21.py
index e830895..96b55b8 100644
--- a/testsuite/E21.py
+++ b/testsuite/E21.py
@@ -1,6 +1,6 @@
#: E211
spam (1)
-#: E211
+#: E211 E211
dict ['key'] = list [index]
#: E211
dict['key'] ['subkey'] = list[index]