mirror of
https://github.com/curl/curl.git
synced 2026-08-01 06:58:04 +03:00
test1980: verify sigv4 normalization query with + and spaces
Ref: #20543 Closes #20548
This commit is contained in:
parent
15a8a777b8
commit
22010e4185
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue