summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorChip Salzenberg <chip@perl.com>1997-04-18 00:00:00 +0000
committerChip Salzenberg <chip@atlantic.net>1997-04-18 00:00:00 +0000
commitbbdab0432496b4b2fda64f190e98e90b407f7023 (patch)
tree1eb56be83494f95c616fe0b5544af426f50b5e6f /t
parentdebf9080d68fa692bfcb034241122c6cfa1b8d6e (diff)
downloadperl-bbdab0432496b4b2fda64f190e98e90b407f7023.tar.gz
Fix (and test) spaces in {,un}pack()
Diffstat (limited to 't')
-rwxr-xr-xt/op/pack.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/pack.t b/t/op/pack.t
index b11fe234e7..223b9d169b 100755
--- a/t/op/pack.t
+++ b/t/op/pack.t
@@ -4,7 +4,7 @@
print "1..25\n";
-$format = "c2x5CCxsdila6";
+$format = "c2 x5 C C x s d i l a6";
# Need the expression in here to force ary[5] to be numeric. This avoids
# test2 failing because ary2 goes str->numeric->str and ary doesn't.
@ary = (1,-100,127,128,32767,987.654321098 / 100.0,12345,123456,"abcdef");