summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-05-30 14:25:21 -0400
committerAnthony Sottile <asottile@umich.edu>2022-05-30 14:25:21 -0400
commitc1c9a4be729e63a2b72495f8b8d43f3a7580c4a9 (patch)
tree07fbfa0f11e786254fd1c7ace7acfba3331628c7 /testsuite
parenta7938390f6eb1a3e2880f512223af03b844a7de7 (diff)
downloadpep8-c1c9a4be729e63a2b72495f8b8d43f3a7580c4a9.tar.gz
fix IndexError regression with E275
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/E27.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/E27.py b/testsuite/E27.py
index 91aa079..5b47657 100644
--- a/testsuite/E27.py
+++ b/testsuite/E27.py
@@ -49,3 +49,6 @@ else:
pass
#: Okay
matched = {"true": True, "false": False}
+#: E275:2:11
+if True:
+ assert(1)