This commit is contained in:
pschwartau%netscape.com 2003-12-13 23:52:12 +00:00
Родитель 20d7a3ea4f
Коммит 42aa9da4c0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -120,7 +120,7 @@ string = 'abccccc{3 }c{ 3}c{3, }c{3 ,}de';
addThis();
status = inSection(9);
pattern = /c{3[.]}/;
pattern = /c{3[ ]}/;
actualmatch = string.match(pattern);
expectedmatch = Array('c{3 }');
addThis();