mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fixing an error in the test.
This commit is contained in:
parent
32b761ddf1
commit
22ba07905f
@ -138,7 +138,7 @@ pattern = /((?:a|[^a])*)/g;
|
||||
status = inSection(12);
|
||||
string = '()';
|
||||
actualmatch = string.match(pattern);
|
||||
expectedmatch = Array('(', '(');
|
||||
expectedmatch = Array('()', ')');
|
||||
addThis();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user