]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
lib517: extend the getdate test with quotes and leading "junk"
authorDaniel Stenberg <daniel@haxx.se>
Tue, 10 Dec 2024 10:18:04 +0000 (11:18 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 11 Dec 2024 08:19:50 +0000 (09:19 +0100)
Closes #15708

tests/libtest/lib517.c

index e769ae5af5aac84692b4e43078c94631d4d80a90..000e86d36d330a5d2f5edbd64e3cf0d8521cf81c 100644 (file)
@@ -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 },