mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:03:31 +03:00
test1664: extend with more tests for curlx_str_quotedword
Closes #20123
This commit is contained in:
parent
258521e170
commit
bfa5857c44
2 changed files with 13 additions and 3 deletions
|
|
@ -88,6 +88,11 @@ static CURLcode test_unit1664(const char *arg)
|
|||
"\"perfect\"",
|
||||
"\"p r e t\"",
|
||||
"\"perfec\\\"",
|
||||
"\"trail\\\"\"",
|
||||
"\"trail2\\\"\"",
|
||||
"\"trail33\\\"\"",
|
||||
"\"0\\\\\\\\\\\\\"",
|
||||
"\"1\\\\\\\\\\\\\\\"",
|
||||
"\"\"",
|
||||
"",
|
||||
"\"longerth\"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue