test543: extended to verify zero length input

As was reported in #5601
This commit is contained in:
Daniel Stenberg 2020-06-24 15:24:35 +02:00
parent 32defc3197
commit 79d8099ff0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 15 additions and 3 deletions

View file

@ -30,6 +30,8 @@ curl_easy_escape
<verify>
<stdout>
%9C%26K%3DI%04%A1%01%E0%D8%7C%20%B7%EFS%29%FA%1DW%E1
IN: '' OUT: ''
IN: ' 12' OUT: '%2012'
</stdout>
</verify>
</testcase>