Regression test for bug 313929, use XML to defer error to runtime

This commit is contained in:
bob%bclary.com 2005-10-29 11:26:23 +00:00
parent ce28095302
commit e7f6c4ecd9

View File

@ -47,7 +47,7 @@ printStatus (summary);
try
{
actual = (<x><![CDATA[ ]] ]]></x>).toString();
actual = XML("<x><![CDATA[ ]] ]]></x>").toString();
}
catch(e)
{