aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_pack.rb
Commit message (Expand)AuthorAgeFilesLines
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-171-0/+3
* add an assertion for [0x100000000].pack("U").akr2004-04-071-0/+1
* add test_pack_U.akr2004-04-011-0/+11
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * pack.c (num2i32): pack should not raise RangeError.matz2004-01-221-0/+4
* * test/ruby/test_pack.rb: new test test_unpack_N.aamine2004-01-041-0/+10
* * test/ruby/test_pack.rb: new test test_pack_N.aamine2003-12-261-0/+12
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-061-1/+1
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-3/+3
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-3/+3
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+21