diff options
author | Johann C. Rocholl <johann@rocholl.net> | 2009-10-02 11:04:30 -0700 |
---|---|---|
committer | Johann C. Rocholl <johann@rocholl.net> | 2009-10-02 11:04:30 -0700 |
commit | 9698ac90f0354a69730864dc63e90a04c3378026 (patch) | |
tree | 2cdd542d1833d3a6f87efe7e38b4084f2694cf3e /testsuite/E201not.py | |
parent | 1c63a63c5981bfa49eac06da76af958c1ea52f57 (diff) | |
download | pep8-9698ac90f0354a69730864dc63e90a04c3378026.tar.gz |
Added more test cases directly from PEP 8.
Diffstat (limited to 'testsuite/E201not.py')
-rw-r--r-- | testsuite/E201not.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/E201not.py b/testsuite/E201not.py new file mode 100644 index 0000000..3637e74 --- /dev/null +++ b/testsuite/E201not.py @@ -0,0 +1 @@ +spam(ham[1], {eggs: 2}) |