mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:33:33 +03:00
mprintf: treat %o as unsigned, add tests for %o, %x, %X
`%x` and `%X` were already treated as unsigned, but `%o` was not, even though it was used with unsigned numbers. Closes #15348
This commit is contained in:
parent
7ca164faba
commit
0325e1b9b2
4 changed files with 50 additions and 4 deletions
|
|
@ -41,6 +41,7 @@ All curl_mprintf() signed long tests OK!
|
|||
All curl_mprintf() curl_off_t tests OK!
|
||||
All curl_mprintf() strings tests OK!
|
||||
All float strings tests OK!
|
||||
All curl_mprintf() octal & hexadecimal tests OK!
|
||||
</stdout>
|
||||
</verify>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue