This commit is contained in:
pschwartau%netscape.com 2003-11-15 22:47:03 +00:00
Родитель 47dc4182db
Коммит f2283f1431
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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