mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Add workaround for parsing an invalid date
This commit is contained in:
parent
ad66250734
commit
bfb96d536e
2 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,7 @@ func TestParseWeirdDateFormat(t *testing.T) {
|
|||
"March 30 2020 07:02:38 PM",
|
||||
"Mon, 30 Mar 2020 19:53 +0000",
|
||||
"Mon, 03/30/2020 - 19:19",
|
||||
"2018-12-12T12:12",
|
||||
}
|
||||
|
||||
for _, date := range dates {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue