mirror of
https://github.com/tc39/test262.git
synced 2025-09-25 11:08:49 +02:00
Fix a bug comment
This commit is contained in:
parent
ef7ad927ed
commit
4c6e1e788a
@ -17,7 +17,7 @@ esid: pending
|
||||
* the form YYYY-MM-DDTHH:MM:SS save for a few exceptions: months, days, hours
|
||||
* minutes, and seconds may be either one _or_ two digits long, and the 'T'
|
||||
* preceding the time part may be replaced with a space. So, a string like
|
||||
* "1997-3-8 1:1:1" will parse successfully. See bug: 1203298
|
||||
* "1997-3-8 1:1:1" will parse successfully. See bug: 1205298
|
||||
*/
|
||||
|
||||
assert.sameValue(new Date("1997-03-08 1:1:1.01").getTime(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user