mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:03:32 +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
|
|
@ -2,7 +2,6 @@
|
|||
<info>
|
||||
<keywords>
|
||||
HTTP
|
||||
non-ascii
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
@ -35,7 +34,7 @@ http
|
|||
warn about Unicode quote character read from config file
|
||||
</name>
|
||||
<file name="%LOGDIR/input%TESTNUMBER">
|
||||
-H “host:fake”
|
||||
-H %hex[%e2%80%9c]hex%host:fake%hex[%e2%80%9d]hex%
|
||||
</file>
|
||||
<command>
|
||||
%HOSTIP:%HTTPPORT --no-progress-meter -K "%LOGDIR/input%TESTNUMBER"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue