diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-02 11:34:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-02 11:34:49 +0000 |
commit | 3a7a539e5f0eb5f1cbbfca9c0aa7cbe4f16372b1 (patch) | |
tree | 28b17b8c9413ed3f36278cd0f68b9fc41d932b1f /t | |
parent | ec488bcf4722172239bf82ed09d2c56fb8487462 (diff) | |
download | perl-3a7a539e5f0eb5f1cbbfca9c0aa7cbe4f16372b1.tar.gz |
Fix for [perl #22759 insufficient format string checking];
using ewix makes no sense, assuming evix was intended,
no old tests fail; add the test case.
p4raw-id: //depot/perl@19931
Diffstat (limited to 't')
-rwxr-xr-x | t/op/sprintf.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/sprintf.t b/t/op/sprintf.t index e767a7885c..60771a3eb8 100755 --- a/t/op/sprintf.t +++ b/t/op/sprintf.t @@ -380,3 +380,4 @@ __END__ >%*.*K %d< >[13, 29, 76]< >%*.*K 13 INVALID< >%4$K %d< >[45, 67]< >%4$K 45 INVALID< >%d %K %d< >[23, 45]< >23 %K 45 INVALID< +>%*v*999\$d %d %d< >[11, 22, 33]< >%*v*999\$d 11 22 INVALID< |