Bug 614931 test.

This commit is contained in:
Boris Zbarsky 2010-12-22 22:33:54 -05:00
parent 8f8a380e4b
commit bd8b7d50e3

View File

@ -0,0 +1,2 @@
var str = (3.14).toLocaleString();
assertEq(str[str.length-1], "4");