take_cheeze
|
ec5b055694
|
Move direct superclass checking to test/t/superclass.rb.
|
2014-06-15 15:02:21 +09:00 |
|
yui-knk
|
eafc4dd0af
|
Make Array#[]= raise IndexError.
If second param is negative, Array#[] raise IndexError.
|
2014-05-08 00:17:17 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f5ec2115b5
|
swap actual and expected; ref #1764
|
2014-02-28 10:01:39 +09:00 |
|
ksss
|
a14a672915
|
fix test for Array#[]
|
2014-02-28 08:50:26 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
aa08158f67
|
Array#[]= is now range aware
|
2014-01-30 10:50:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0006278088
|
move Array#[] tests from mrbgems to test/t/array.rb
|
2014-01-30 10:33:47 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c7cff199dc
|
hash value of enumerable should be obtained from its elements; close #1658
|
2014-01-16 21:33:48 +09:00 |
|
Akira Kuroda
|
5ed6040eb1
|
add some tests for [], delete_at, index, and rindex
|
2013-12-30 23:34:56 +09:00 |
|
Jun Hiroe
|
853e26e16a
|
Fix ISO no in Array#* and Array#+
|
2013-12-07 12:22:25 +09:00 |
|
Paolo Bosetti
|
6d5bd14481
|
Added test for inline arrays longer than 126 elements.
|
2013-10-01 14:47:58 +02:00 |
|
Jun Hiroe
|
90f6b1815c
|
I add ISO test '15.2.12.3' included modules in Arrray
|
2013-08-13 21:09:55 +09:00 |
|
Daniel Bovensiepen
|
6873674ed1
|
Fix order of actual and expect test value for Array
|
2013-08-01 15:12:50 +08:00 |
|
Daniel Bovensiepen
|
d7deef8a2d
|
Fix Array Tests
|
2013-06-09 04:51:19 +08:00 |
|
Daniel Bovensiepen
|
01eb9e0e84
|
Improve Array tests
|
2013-06-09 04:49:06 +08:00 |
|
Masaki Muranaka
|
e129a4c8ef
|
Add test cases.
|
2013-04-02 11:43:30 +09:00 |
|
Yukihiro Matz Matsumoto
|
30d7c60cfd
|
Array#[]= should return assigning value; close #584
|
2012-12-03 23:35:21 +09:00 |
|
Akira Kuroda
|
5c2afd239c
|
add test case for Array#unshift, <=>, and *
|
2012-09-30 17:59:45 +09:00 |
|
Akira Kuroda
|
a2aa7e7f52
|
fix segmentation fault in Array#first
|
2012-07-29 00:21:40 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a621f08ecf
|
Merge pull request #395 from monaka/pr-add-more-test-for-array
Add tests for coverage.
|
2012-07-26 04:33:44 -07:00 |
|
Masaki Muranaka
|
1cda5e0768
|
Add tests for coverage.
|
2012-07-25 16:13:44 +09:00 |
|
Akira Kuroda
|
f114e3e252
|
fix segmentation fault in Array#last
|
2012-07-25 00:05:51 +09:00 |
|
Daniel Bovensiepen
|
e8b5309080
|
Add a Test Case for #359 Array Corruption
|
2012-07-10 15:11:31 +08:00 |
|
Masaki Muranaka
|
750a639eab
|
Add test for Array#to_s and Array#inspect.
|
2012-06-21 11:43:03 +09:00 |
|
Yukihiro Matsumoto
|
b32e586099
|
should enhance test for Array#slice
|
2012-06-12 12:19:25 +09:00 |
|
Daniel Bovensiepen
|
0c2d74020a
|
Add more superclass tests
|
2012-06-03 23:31:53 +08:00 |
|
Daniel Bovensiepen
|
31e9705022
|
Add Test cases for Literals, Enumeration, Exceptions and clean line endings
|
2012-05-29 01:20:46 +08:00 |
|
Yukihiro Matsumoto
|
52b2d092d3
|
test t/*.rb spacing fix
|
2012-05-23 12:00:49 +09:00 |
|
Daniel Bovensiepen
|
582795a3bf
|
Complete all Array ISO Codes
|
2012-05-16 10:15:30 -07:00 |
|
Yukihiro Matsumoto
|
8085817cb5
|
make test restructuring
|
2012-05-14 23:04:13 +09:00 |
|