--TEST-- Test vsprintf() function : usage variations - char formats with char values --FILE-- --EXPECT-- *** Testing vsprintf() : char formats with char values *** -- Iteration 1 -- unicode(1) "" -- Iteration 2 -- unicode(4) " C " -- Iteration 3 -- unicode(8) " c, ᄑ C" -- Iteration 4 -- unicode(7) "a ゚ b b" -- Iteration 5 -- unicode(7) "a ゚ b b" -- Iteration 6 -- unicode(7) "; ᆱ S " -- Iteration 7 -- unicode(4) "%. c" -- Iteration 8 -- unicode(7) "A B C D" Done