Nope, that last correction was wrong; fixing mistake. See bug 225289 comment 9.

This commit is contained in:
pschwartau%netscape.com 2003-11-16 23:07:28 +00:00
parent 336f8f995e
commit 2954f1e1c9

View File

@ -132,7 +132,7 @@ pattern = /((?:a|[^a])*)/g;
status = inSection(11);
string = '';
actualmatch = string.match(pattern);
expectedmatch = Array('', undefined); // see bug 209919 comment 14
expectedmatch = Array(''); // see bug 225289 comment 9
addThis();
status = inSection(12);