зеркало из https://github.com/mozilla/pjs.git
Regression Test for bug 324422, correct syntax error, no bug, not part of the build
This commit is contained in:
Родитель
c62d150794
Коммит
14e08e1294
|
@ -55,7 +55,7 @@ for (var icount = 0; icount < 20; icount++)
|
|||
|
||||
printStatus(str.length);
|
||||
|
||||
var x = new XML(str);
|
||||
var x = new XML('<root>' + str + '</root>');
|
||||
|
||||
TEST(1, expect, actual);
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ for (var icount = 0; icount < 24; icount++)
|
|||
|
||||
printStatus(str.length);
|
||||
|
||||
var x = new XML(str);
|
||||
var x = new XML('<root>' + str + '</root>');
|
||||
|
||||
TEST(1, expect, actual);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче