Redesign System/NumberFormatter to improve primitive numeric types ToString performance.
[mono.git] / mcs / class / corlib / Test / System / DoubleTest.cs
index ce06308b648f22c351647f27ee07b2cf9c1a5c2d..a131ba899d05bde89cc79453f49e32aff10a8aa3 100644 (file)
@@ -377,6 +377,7 @@ namespace MonoTests.System
                        list.Add (new Element (0.086d, "00000", "00000"));
                        list.Add (new Element (0.086d, "(###) ### - ####", "()  - "));
                        list.Add (new Element (0.086d, "#.##", ".09"));
+                       list.Add (new Element (0.086d, "#.#", ".1"));
                        list.Add (new Element (0.086d, "0.00", "0.09"));
                        list.Add (new Element (0.086d, "00.00", "00.09"));
                        list.Add (new Element (0.086d, "#,#", ""));