--EXPECTF--
*** Testing Error Conditions ***
-Warning: Wrong parameter count for fprintf() in %s on line %d
+Warning: fprintf() expects at least %d parameters, %d given in %s on line %d
NULL
-Warning: Wrong parameter count for fprintf() in %s on line %d
+Warning: fprintf() expects at least %d parameters, %d given in %s on line %d
NULL
-Warning: Wrong parameter count for fprintf() in %s on line %d
+Warning: fprintf() expects at least %d parameters, %d given in %s on line %d
NULL
Done
--EXPECTF--
*** Output for zero argument ***
-Warning: Wrong parameter count for printf() in %s on line %d
+Warning: printf() expects at least %d parameter, %d given in %s on line %d
*** Output for insufficient number of arguments ***
-- Testing sprintf() function with Zero arguments --
-Warning: Wrong parameter count for sprintf() in %s on line %d
+Warning: sprintf() expects at least %d parameter, %d given in %s on line %d
bool(false)
-- Testing sprintf() function with less than expected no. of arguments --
-- Testing vsprintf() function with Zero arguments --
-Warning: Wrong parameter count for vsprintf() in %s on line %d
+Warning: vsprintf() expects at least %d parameter, %d given in %s on line %d
bool(false)
-- Testing vsprintf() function with less than expected no. of arguments --