зеркало из https://github.com/mozilla/pjs.git
Fixing an error in the test.
This commit is contained in:
Родитель
47dc4182db
Коммит
f2283f1431
|
@ -138,7 +138,7 @@ pattern = /((?:a|[^a])*)/g;
|
|||
status = inSection(12);
|
||||
string = '()';
|
||||
actualmatch = string.match(pattern);
|
||||
expectedmatch = Array('(', '(');
|
||||
expectedmatch = Array('()', ')');
|
||||
addThis();
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче