From: Eric Smith Date: Tue, 9 Jun 2009 12:38:08 +0000 (+0000) Subject: Restored a test that was erroneously removed. See issue 6198. X-Git-Tag: v2.7a1~998 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9eeeee9d71223a55e6c6ccff6ea7ff11456fc74a;p=python Restored a test that was erroneously removed. See issue 6198. --- diff --git a/Lib/test/formatfloat_testcases.txt b/Lib/test/formatfloat_testcases.txt index fb394dc577..bbe3ed4613 100644 --- a/Lib/test/formatfloat_testcases.txt +++ b/Lib/test/formatfloat_testcases.txt @@ -61,7 +61,7 @@ -- makes a difference when the precision is 0. %#.0f 0 -> 0. %#.1f 0 -> 0.0 ---%#.0f 1.5 -> 2. See issue 6198. +%#.0f 1.5 -> 2. -- %#.0f 2.5 -> 2. See issue 6198. %#.0f 10.1 -> 10. %#.0f 1234.56 -> 1235.