Skip to content

Commit

Permalink
another parse test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick committed Sep 22, 2023
1 parent ff580cf commit 02b87e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ func TestParse(t *testing.T) {
{RFC1123, "05 Dec 1928", 1928, time.December, 5},
{RFC1123W, "Mon, 05 Dec 1928", 1928, time.December, 5},
{RFC3339, "2345-06-07", 2345, time.June, 7},
{time.RFC3339Nano, "2020-04-01T12:11:10.101+09:00", 2020, time.April, 1},
{"20060102", "20190619", 2019, time.June, 19},
}
for _, c := range cases {
Expand Down

0 comments on commit 02b87e1

Please sign in to comment.