зеркало из https://github.com/mozilla/gecko-dev.git
Fix test case -- remove commas from the expected result.
This commit is contained in:
Родитель
fa6ebcb1a6
Коммит
cb992db4e8
|
@ -49,14 +49,14 @@
|
||||||
"b"+a.length,
|
"b"+a.length,
|
||||||
"sort",
|
"sort",
|
||||||
true,
|
true,
|
||||||
getCharValues("J,S,a,a,c,i,p,r,t,v") );
|
getCharValues("JSaaciprtv") );
|
||||||
|
|
||||||
a[a.length] = new TestObject(
|
a[a.length] = new TestObject(
|
||||||
"var b"+a.length+" = new java.lang.String(\"JavaScript\").getBytes(); b"+a.length+".sort().join() +''",
|
"var b"+a.length+" = new java.lang.String(\"JavaScript\").getBytes(); b"+a.length+".sort().join() +''",
|
||||||
"b"+a.length,
|
"b"+a.length,
|
||||||
"sort",
|
"sort",
|
||||||
true,
|
true,
|
||||||
getCharValues("J,S,a,a,c,i,p,r,t,v") );
|
getCharValues("JSaaciprtv") );
|
||||||
|
|
||||||
test();
|
test();
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче