summaryrefslogtreecommitdiff
path: root/testsuite/E27.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-05-23 21:11:31 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-05-23 21:11:31 +0200
commitd637af8abde00fefb6ee2c40771604ee42a4a051 (patch)
treedf3edd38c682d5bda2894221c14060e0fcd34046 /testsuite/E27.py
parent7f49967ddb8479a4fab1f9ca01617c5a1c945eee (diff)
downloadpep8-d637af8abde00fefb6ee2c40771604ee42a4a051.tar.gz
Catch syntax errors with E901; fix E27* to behave consistently with Python3.
Diffstat (limited to 'testsuite/E27.py')
-rw-r--r--testsuite/E27.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/E27.py b/testsuite/E27.py
index fd221bc..c3c4bd1 100644
--- a/testsuite/E27.py
+++ b/testsuite/E27.py
@@ -8,3 +8,7 @@ True and False
True and False
#: E274
True and False
+#: E272
+this and False
+#: E274
+this and False