summaryrefslogtreecommitdiffhomepage
path: root/test/t/array.rb
AgeCommit message (Collapse)Author
2014-02-28swap actual and expected; ref #1764Yukihiro "Matz" Matsumoto
2014-02-28fix test for Array#[]ksss
2014-01-30Array#[]= is now range awareYukihiro "Matz" Matsumoto
2014-01-30move Array#[] tests from mrbgems to test/t/array.rbYukihiro "Matz" Matsumoto
2014-01-16hash value of enumerable should be obtained from its elements; close #1658Yukihiro "Matz" Matsumoto
2013-12-30add some tests for [], delete_at, index, and rindexAkira Kuroda
2013-12-07Fix ISO no in Array#* and Array#+Jun Hiroe
2013-10-01Added test for inline arrays longer than 126 elements.Paolo Bosetti
2013-08-13I add ISO test '15.2.12.3' included modules in ArrrayJun Hiroe
2013-08-01Fix order of actual and expect test value for ArrayDaniel Bovensiepen
2013-06-09Fix Array TestsDaniel Bovensiepen
2013-06-09Improve Array testsDaniel Bovensiepen
2013-04-02Add test cases.Masaki Muranaka
2012-12-03Array#[]= should return assigning value; close #584Yukihiro Matz Matsumoto
2012-09-30add test case for Array#unshift, <=>, and *Akira Kuroda
2012-07-29fix segmentation fault in Array#firstAkira Kuroda
2012-07-26Merge pull request #395 from monaka/pr-add-more-test-for-arrayYukihiro "Matz" Matsumoto
Add tests for coverage.
2012-07-25Add tests for coverage.Masaki Muranaka
2012-07-25fix segmentation fault in Array#lastAkira Kuroda
2012-07-10Add a Test Case for #359 Array CorruptionDaniel Bovensiepen
2012-06-21Add test for Array#to_s and Array#inspect.Masaki Muranaka
2012-06-12should enhance test for Array#sliceYukihiro Matsumoto
2012-06-03Add more superclass testsDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-23test t/*.rb spacing fixYukihiro Matsumoto
2012-05-16Complete all Array ISO CodesDaniel Bovensiepen
2012-05-14make test restructuringYukihiro Matsumoto