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:
bclary%bclary.com
2006-03-02 22:07:10 +00:00
parent 9d10a76d26
commit 730ca2db20
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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);