mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 23:44:27 +02:00
Fix typo from review
This commit is contained in:
parent
99fa2a6c9e
commit
2f3787936b
@ -15,5 +15,5 @@ let match = dateRegExp.exec(new Date().toDateString());
|
|||||||
assert.notSameValue(null, match);
|
assert.notSameValue(null, match);
|
||||||
|
|
||||||
// Years are padded to the left with zeroes
|
// Years are padded to the left with zeroes
|
||||||
match = stringRegExp.exec(new Date('0020-01-01T00:00:00Z').toDateString());
|
match = dateRegExp.exec(new Date('0020-01-01T00:00:00Z').toDateString());
|
||||||
assert.notSameValue(null, match);
|
assert.notSameValue(null, match);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user