mirror of
https://github.com/curl/curl.git
synced 2026-07-31 11:38:06 +03:00
lib517: extend the getdate test with quotes and leading "junk"
Closes #15708
This commit is contained in:
parent
75a2079d5c
commit
75f0835513
1 changed files with 9 additions and 0 deletions
|
|
@ -98,6 +98,15 @@ static const struct dcheck dates[] = {
|
|||
{"Thu Apr 18 22:50:12 2007 GMT", 1176936612 },
|
||||
{"Thu Apr 18 2007 22:50:12 GMT", 1176936612 },
|
||||
{"Thu Apr 18 2007 GMT 22:50:12", 1176936612 },
|
||||
|
||||
{"\"Thu Apr 18 22:50:12 2007 GMT\"", 1176936612 },
|
||||
{"-\"22:50:12 Thu Apr 18 2007 GMT\"", 1176936612 },
|
||||
{"*\"Thu 22:50:12 Apr 18 2007 GMT\"", 1176936612 },
|
||||
{";\"Thu Apr 22:50:12 18 2007 GMT\"", 1176936612 },
|
||||
{".\"Thu Apr 18 22:50:12 2007 GMT\"", 1176936612 },
|
||||
{"\"Thu Apr 18 2007 22:50:12 GMT\"", 1176936612 },
|
||||
{"\"Thu Apr 18 2007 GMT 22:50:12\"", 1176936612 },
|
||||
|
||||
{"Sat, 15-Apr-17 21:01:22 GMT", 1492290082 },
|
||||
{"15-Sat, Apr-17 21:01:22 GMT", 1492290082 },
|
||||
{"15-Sat, Apr 21:01:22 GMT 17", 1492290082 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue