From ac9f58165c342d9da58b5b67aa7d4a3934c24eb9 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 5 Sep 2021 19:38:27 +0100 Subject: Add a test case for invalid accept where q is f --- icespider/unittests/testAccept.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/icespider/unittests/testAccept.cpp b/icespider/unittests/testAccept.cpp index 735ec81..91935fc 100644 --- a/icespider/unittests/testAccept.cpp +++ b/icespider/unittests/testAccept.cpp @@ -29,6 +29,7 @@ BOOST_DATA_TEST_CASE(bad_requests, " * / plain ", " text / plain ; q = 0.0 ", " text / plain ; q = 1.1 ", + " text / plain ; f = 0.1 ", }), a) { -- cgit v1.2.3