diff options
author | Robin Barker <RMBarker@cpan.org> | 2005-07-13 18:29:48 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-07-13 16:27:43 +0000 |
commit | 858a90f980dd074da7b777d2a853a60c6e058f77 (patch) | |
tree | 1529698d87d31c53e47dffba2224305ca026111d /t | |
parent | 85e1fcb9f8c620d3a6c130ccc46498f8937994b3 (diff) | |
download | perl-858a90f980dd074da7b777d2a853a60c6e058f77.tar.gz |
Error in earlier patch in sv.c
Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
p4raw-id: //depot/perl@25137
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 90ac8a76b3..4eeacea507 100755 --- a/t/op/sprintf.t +++ b/t/op/sprintf.t @@ -386,3 +386,4 @@ __END__ >%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< +>%*2$1d< >[12, 3]< >%*2$1d INVALID< |