mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 16:57:36 +00:00
Improving readability.
This commit is contained in:
parent
53c5b4683a
commit
e8e300d648
@ -59,7 +59,7 @@ status = inSection(2);
|
||||
pattern = /^.*?/;
|
||||
string = 'Hello World';
|
||||
actualmatch = string.match(pattern);
|
||||
expectedmatch = [cnEmptyString];
|
||||
expectedmatch = Array(cnEmptyString);
|
||||
addThis();
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user