Fixing an error in the test.

This commit is contained in:
pschwartau%netscape.com 2003-11-15 22:47:03 +00:00
parent 32b761ddf1
commit 22ba07905f

View File

@ -138,7 +138,7 @@ pattern = /((?:a|[^a])*)/g;
status = inSection(12);
string = '()';
actualmatch = string.match(pattern);
expectedmatch = Array('(', '(');
expectedmatch = Array('()', ')');
addThis();