summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-03 01:32:11 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-03 01:32:11 +0200
commit68a929fa8b8fe9664135cd0cdbd127107e92f66d (patch)
treeba60f84b221db737ed0ead9baee996ebc90c89e9
parent9acbd27c3d33e42cc8426489165c095e991fb7af (diff)
downloadpep8-68a929fa8b8fe9664135cd0cdbd127107e92f66d.tar.gz
Add a second test for issue #265
-rw-r--r--testsuite/E12.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/E12.py b/testsuite/E12.py
index 088c6f3..6a7de9d 100644
--- a/testsuite/E12.py
+++ b/testsuite/E12.py
@@ -351,4 +351,14 @@ if True:
if ("""
"""):
pass
+#: E122 E122 E122
+print dedent(
+ '''
+ mkdir -p ./{build}/
+ mv ./build/ ./{build}/%(revision)s/
+ '''.format(
+ build='build',
+ # more stuff
+)
+)
#: