summaryrefslogtreecommitdiff
path: root/sample/test.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-13 05:58:11 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-13 05:58:11 +0000
commitad592443af373c3bbe61b41df106734856ad3072 (patch)
tree7b22e50d3e273c1777d0e0984f4bfca92978131c /sample/test.rb
parent9fd5fe739c55bfed9aa22728c1cefcb2e19d1720 (diff)
no INT,UINT
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/test.rb')
-rw-r--r--sample/test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/test.rb b/sample/test.rb
index 912f84e2d4..6b6150ab29 100644
--- a/sample/test.rb
+++ b/sample/test.rb
@@ -850,6 +850,7 @@ $x = ary.pack($format)
ary2 = $x.unpack($format)
ok(ary.length == ary2.length)
+p [ary.join(':'), ary2.join(':')]
ok(ary.join(':') == ary2.join(':'))
ok($x =~ /def/)