mirror of
https://github.com/curl/curl.git
synced 2026-08-08 03:02:55 +03:00
Test case 557 now also verifies signed and unsigned int formatting.
This commit is contained in:
parent
00fb5bcf35
commit
95cef39def
3 changed files with 402 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ nothing
|
|||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<stdout mode="text">
|
||||
All curl_mprintf() unsigned int tests OK!
|
||||
All curl_mprintf() signed int tests OK!
|
||||
All curl_mprintf() unsigned long tests OK!
|
||||
All curl_mprintf() signed long tests OK!
|
||||
All curl_mprintf() curl_off_t tests OK!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue