Regression Test for bug 324422, correct syntax error, no bug, not part of the build
git-svn-id: svn://10.0.0.236/trunk@191618 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user