зеркало из https://github.com/mozilla/gecko-dev.git
JavaScript Test - fix thinko in ecma_3/Number/15.7.4.3-01.js, bug 412068
This commit is contained in:
Родитель
4c5698e534
Коммит
a2cb4b68cf
|
@ -54,7 +54,7 @@ var failed = false;
|
|||
try
|
||||
{
|
||||
if ("3" !== 3..toLocaleString())
|
||||
throw '"3" should equal 3..toLocaleString()";
|
||||
throw '"3" should equal 3..toLocaleString()';
|
||||
if ("9" !== 9..toLocaleString(8))
|
||||
throw 'Number.prototype.toLocaleString should ignore its first argument';
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче