summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>2010-12-17 10:46:56 -0800
committerChip Salzenberg <chip@pobox.com>2010-12-17 10:46:56 -0800
commit673c2ba8988082a3225a61fc6a54304514e378e7 (patch)
tree7ab8ca7cbe64ea42106bf836c7460e5130a7b0ff
parent07208e09d4435b4e72743076e0bc290ef4b34911 (diff)
downloadperl-673c2ba8988082a3225a61fc6a54304514e378e7.tar.gz
smoke tests for %hhd %zd %td
-rw-r--r--t/op/sprintf.t7
1 files changed, 5 insertions, 2 deletions
diff --git a/t/op/sprintf.t b/t/op/sprintf.t
index 14f03956d9..54f3c2bdab 100644
--- a/t/op/sprintf.t
+++ b/t/op/sprintf.t
@@ -301,8 +301,11 @@ __END__
>% 3d< >-1< > -1<
>%03d< >-1< >-01<
>%hd< >1< >1< >More extensive testing of<
->%ld< >1< >1< >length modifiers would be<
->%Vd< >1< >1< >platform-specific<
+>%hhd< >1< >1< >length modifiers would be<
+>%ld< >1< >1< >platform-specific<
+>%Vd< >1< >1<
+>%zd< >1< >1<
+>%td< >1< >1<
>%vd< >chr(1)< >1<
>%+vd< >chr(1)< >+1<
>%#vd< >chr(1)< >1<