Improving readability.

This commit is contained in:
pschwartau%netscape.com 2001-10-22 20:09:12 +00:00
parent 53c5b4683a
commit e8e300d648

View File

@ -59,7 +59,7 @@ status = inSection(2);
pattern = /^.*?/;
string = 'Hello World';
actualmatch = string.match(pattern);
expectedmatch = [cnEmptyString];
expectedmatch = Array(cnEmptyString);
addThis();