diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-05-23 21:11:31 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-05-23 21:11:31 +0200 |
commit | d637af8abde00fefb6ee2c40771604ee42a4a051 (patch) | |
tree | df3edd38c682d5bda2894221c14060e0fcd34046 /testsuite/E27.py | |
parent | 7f49967ddb8479a4fab1f9ca01617c5a1c945eee (diff) | |
download | pep8-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.py | 4 |
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 |