mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:13:33 +03:00
tests: ignore case of chunked hex numbers in tests
When hyper is used, it emits uppercase hexadecimal numbers for chunked encoding lengths. Without hyper, lowercase hexadecimal numbers are used. This change adds preprocessor statements to tests where this is an issue, and adapts the fixtures to match. Closes #6987
This commit is contained in:
parent
8419fe4d88
commit
70cf50fb4a
11 changed files with 56 additions and 0 deletions
|
|
@ -100,7 +100,11 @@ one
|
|||
two
|
||||
5
|
||||
three
|
||||
%if hyper
|
||||
1D
|
||||
%else
|
||||
1d
|
||||
%endif
|
||||
and a final longer crap: four
|
||||
0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue