[perl #20654] %*v02x considered invalid in printf
[p5sagit/p5-mst-13.2.git] / t / op / sprintf.t
index 2eaa2e4..e498c65 100755 (executable)
@@ -373,3 +373,5 @@ __END__
 >%vp<  >''<    >%vp INVALID<
 >%vs,%d<       >[1, 2, 3]<     >1,2<
 >%v_<  >''<    >%v_ INVALID<
+>%v#x< >''<    >%v#x INVALID<
+>%v02x<        >"foo\n"<       >66.6f.6f.0a<