mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
tests: provide all non-ascii data hex encoded
- make the scanner not whitelist anything for test cases making everything non-ascii forced to be hex encoded - update all tests using non-ascii bytes to use %hex[] sequences Closes #17331
This commit is contained in:
parent
65444f1dc3
commit
11cad7bf32
34 changed files with 93 additions and 96 deletions
|
|
@ -34,7 +34,7 @@ LC_CTYPE=en_US.UTF-8
|
|||
SMTP VRFY with SMTPUTF8 support
|
||||
</name>
|
||||
<command>
|
||||
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Användaren
|
||||
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Anv%hex[%c3%a4]hex%ndaren
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Användaren
|
|||
<verify>
|
||||
<protocol>
|
||||
EHLO %TESTNUMBER
|
||||
VRFY Användaren SMTPUTF8
|
||||
VRFY Anv%hex[%c3%a4]hex%ndaren SMTPUTF8
|
||||
QUIT
|
||||
</protocol>
|
||||
</verify>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue