Skip to content

Commit

Permalink
New failure - still white space
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 committed Feb 15, 2023
1 parent b1fd89e commit 19ef6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parseany_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ var testInputs = []dateTest{
{in: "1384216367111222333", out: "2013-11-12 00:32:47.111222333 +0000 UTC"},

{in: "Wed, 8 Feb 2023 19:00:46 +1100 (AEDT)", out: "2023-02-08 08:00:46 +0000 UTC"},
{in: "FRI, 16 AUG 2013 9:39:51 +1000", out: "2013-08-15 23:39:51 +0000 UTC"},
}

func TestParse(t *testing.T) {
Expand Down

0 comments on commit 19ef6a2

Please sign in to comment.