mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:33:32 +03:00
Modified test case 557 to additionally verify libcurl's internal curl_m*printf()
functions formatting functionality when handling signed and unsigned shorts.
This commit is contained in:
parent
8044366134
commit
a9a5a8e45c
2 changed files with 306 additions and 5 deletions
|
|
@ -26,6 +26,8 @@ nothing
|
|||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<stdout mode="text">
|
||||
All curl_mprintf() unsigned short tests OK!
|
||||
All curl_mprintf() signed short tests OK!
|
||||
All curl_mprintf() unsigned int tests OK!
|
||||
All curl_mprintf() signed int tests OK!
|
||||
All curl_mprintf() unsigned long tests OK!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue