// float data
10.5,
-10.5,
- 10.5e10,
- 10.6E-10,
+ 10.1234567e10,
+ 10.7654321E-10,
.5,
// array data
string(5) "-10.5"
-- Iteration 7 --
-string(12) "105000000000"
+string(12) "101234567000"
-- Iteration 8 --
-string(7) "1.06E-9"
+string(13) "1.07654321E-9"
-- Iteration 9 --
string(3) "0.5"
-- Iteration 26 --
string(%d) "Resource id #%d"
Done
-
--UEXPECTF--
*** Testing vsprintf() : with unexpected values for format argument ***
unicode(5) "-10.5"
-- Iteration 7 --
-unicode(12) "105000000000"
+unicode(12) "101234567000"
-- Iteration 8 --
-unicode(7) "1.06E-9"
+unicode(13) "1.07654321E-9"
-- Iteration 9 --
unicode(3) "0.5"
// float data
10.5,
-10.5,
- 10.5e10,
- 10.6E-10,
+ 10.1234567e10,
+ 10.7654321E-10,
.5,
// null data
string(5) "-10.5"
-- Iteration 7 --
-string(12) "105000000000"
+string(12) "101234567000"
-- Iteration 8 --
-string(7) "1.06E-9"
+string(13) "1.07654321E-9"
-- Iteration 9 --
string(3) "0.5"
-- Iteration 23 --
string(%d) "Resource id #%d"
Done
-
--UEXPECTF--
*** Testing vsprintf() : with unexpected values for args argument ***
unicode(5) "-10.5"
-- Iteration 7 --
-unicode(12) "105000000000"
+unicode(12) "101234567000"
-- Iteration 8 --
-unicode(7) "1.06E-9"
+unicode(13) "1.07654321E-9"
-- Iteration 9 --
unicode(3) "0.5"