From: Daniel Stenberg Date: Mon, 9 Feb 2026 12:21:26 +0000 (+0100) Subject: test1980: verify sigv4 normalization query with + and spaces X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22010e4185228aaaa6b37675199655556e4b9266;p=thirdparty%2Fcurl.git test1980: verify sigv4 normalization query with + and spaces Ref: #20543 Closes #20548 --- diff --git a/tests/unit/unit1980.c b/tests/unit/unit1980.c index 9fa10c538c..aa08c44e6a 100644 --- a/tests/unit/unit1980.c +++ b/tests/unit/unit1980.c @@ -74,6 +74,11 @@ static CURLcode test_unit1980(const char *arg) "Param-3=Value3&Param=Value2&%E1%88%B4=Value1", "%E1%88%B4=Value1&Param=Value2&Param-3=Value3" }, + { + "space-plus", + "p3= &p1=+&p2=%20", + "p1=%20&p2=%20&p3=%20" + }, }; size_t i;