summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-24 01:32:20 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-24 01:32:20 +0100
commit9ab383788247004b57bc38a3fc848ee4759bbc93 (patch)
tree1f459f6d241e7609843d7a2d494d178ac20c2e7f
parentbd6a6ef9a53f4f347c211932770ca9c18eac3a0b (diff)
downloadpep8-9ab383788247004b57bc38a3fc848ee4759bbc93.tar.gz
Added a test from issue #215
-rw-r--r--testsuite/E12not.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/E12not.py b/testsuite/E12not.py
index a2f72ce..9b2dd30 100644
--- a/testsuite/E12not.py
+++ b/testsuite/E12not.py
@@ -616,4 +616,7 @@ def other_example():
for key, val in node.items()
))]
+foo([
+ 'bug'
+])
#