Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
deps: update ChakraCore to chakra-core/ChakraCore@7749fb845a
Browse files Browse the repository at this point in the history
[1.8>1.9] [MERGE #4571 @xiaoyinl] Update parseISO.baseline for PR #4318

Merge pull request #4571 from xiaoyinl:isobaseline

Sorry I forgot to update parseISO.baseline again for the latest Date.parse changes in PR #4318.

Related #4543

Reviewed-By: chakrabot <chakrabot@users.noreply.github.com>
  • Loading branch information
dilijev authored and chakrabot committed Jan 19, 2018
1 parent 48ecad9 commit eac5992
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps/chakrashim/core/test/Date/parseISO.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -7803,17 +7803,17 @@ Invalid Date
Invalid Date

0001-01-01Z
2001-01-01T00:00:00.000Z
978307200000 === 978307200000
0001-01-01T00:00:00.000Z
-62135596800000 === -62135596800000

// Optionality of minutes

0001-01-01T01Z
Invalid Date

0001-01-01T01:01:01.001+01
2001-01-01T00:01:01.001Z
978307261001 === 978307261001
0001-01-01T00:01:01.001Z
-62135596738999 === -62135596738999

// Time-only forms

Expand Down

0 comments on commit eac5992

Please sign in to comment.