mirror of
https://github.com/curl/curl.git
synced 2026-05-20 01:16:22 +03:00
parent
821f6e2a89
commit
bb11969838
1 changed files with 4 additions and 0 deletions
|
|
@ -141,6 +141,10 @@ struct clearurlcase {
|
|||
};
|
||||
|
||||
static const struct testcase get_parts_list[] ={
|
||||
{"https://example.com%252f%40@example.net",
|
||||
"https | example.com%2f@ | [12] | [13] | example.net | [15] | / "
|
||||
"| [16] | [17]",
|
||||
0, CURLU_URLDECODE, CURLUE_OK },
|
||||
#ifdef USE_IDN
|
||||
{"https://räksmörgås.se",
|
||||
"https | [11] | [12] | [13] | xn--rksmrgs-5wao1o.se | "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue