summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-12-18 00:19:32 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-12-18 00:19:32 +0100
commit0b1b6c8cab8a723085bcd12226e0ec3107e1eeab (patch)
tree1717a64ac6672a5bd7732b5d521e75585bd72daa
parent42b686b9a3504ee316e6598b4ea8e7d7a52a4cf6 (diff)
downloadpep8-issue358.tar.gz
Add failing test for issue #358issue358
-rw-r--r--testsuite/E12not.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/E12not.py b/testsuite/E12not.py
index e76ef13..4856f73 100644
--- a/testsuite/E12not.py
+++ b/testsuite/E12not.py
@@ -642,3 +642,6 @@ print dedent(
# more stuff
)
)
+current_temp = "{t}°{d} {i}".format(t=42,
+ d=42424242,
+ i=323232)