test1980: verify sigv4 normalization query with + and spaces

Ref: #20543
Closes #20548
This commit is contained in:
Daniel Stenberg 2026-02-09 13:21:26 +01:00
parent 15a8a777b8
commit 22010e4185
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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;