Skip to content

Commit

Permalink
one more test case
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored and andris9 committed Oct 3, 2021
1 parent 517e54c commit aa9deb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/simple-parser-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ const RFC_2822_date = {
'Fri, 07 Mar 2008 02:35:23 -0800 (PST)': '2008-03-07T10:35:23.000Z',
'Fri, 07 Mar 2014 11:01:40 UTC' : '2014-03-07T11:01:40.000Z',
'January 6, 2009 4:44:14 PM CST' : '2009-01-06T22:44:14.000Z',
'Sun, 8 Jan 2017 20:37:44 +0200' : '2017-01-08T18:37:44.000Z',
}

for (const d in RFC_2822_date) {
Expand Down

0 comments on commit aa9deb1

Please sign in to comment.