Yukihiro "Matz" Matsumoto
|
11b0dda641
|
Merge pull request #1509 from FUKUZAWA-Tadashi/heredoc-bugfix
fix bugs on Heredocument
|
2013-09-25 18:02:00 -07:00 |
|
Yuichi Nishiwaki
|
6e47c9dfc1
|
fix a bug introduced in prev commit
|
2013-09-23 19:59:24 -07:00 |
|
Yuichi Nishiwaki
|
0e4a7b2a03
|
eliminate use of traditional intern API (mrb_intern()) completely
|
2013-09-23 19:36:50 -07:00 |
|
FUKUZAWA-Tadashi
|
8d34e00102
|
fix bugs on Heredocument
- heredoc in array literal
- heredoc in args
- heredoc in expression expand
|
2013-09-22 18:14:40 +09:00 |
|
Keita Obo
|
c4e5a8b167
|
Fix self value in a block is changed with return value for Fixnum, nil, instance variable.
Fix #1504
|
2013-09-18 00:57:23 +09:00 |
|
Keita Obo
|
0bce3a36d2
|
Fixed self value in a block is changed with return value
fix #1504
|
2013-09-18 00:20:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
2fe64f24f8
|
remove Exception#verbose_backtrace; #1495
|
2013-09-03 15:52:35 +09:00 |
|
take_cheeze
|
d12b6ab218
|
add verbose_backtrace
|
2013-09-02 00:48:06 +09:00 |
|
take_cheeze
|
596cd3f6e7
|
add Exception#backtrace test
|
2013-09-02 00:48:05 +09:00 |
|
Carson McDonald
|
d55eb947f9
|
Test for Class#inherited
|
2013-08-13 22:27:25 -04:00 |
|
Carson McDonald
|
e34bc72b89
|
Add test for Class.new(*args)
|
2013-08-13 22:11:14 -04:00 |
|
Carson McDonald
|
3385a33e9e
|
Add two tests for issue #1467
|
2013-08-13 11:39:30 -04:00 |
|
Jun Hiroe
|
90f6b1815c
|
I add ISO test '15.2.12.3' included modules in Arrray
|
2013-08-13 21:09:55 +09:00 |
|
Jun Hiroe
|
d4b2d0a912
|
I fix ISO No in String class in comparison with ISO_IEC_30170_2012(E)-Charactor_PDF_document.pdf
|
2013-08-11 21:15:01 +09:00 |
|
Jun Hiroe
|
ba9fe99e74
|
I fix order of actual and expect test value in typeerror.rb.
|
2013-08-02 23:17:46 +09:00 |
|
Jun Hiroe
|
614577d281
|
I fix order of actual and expect test value in true.rb.
|
2013-08-02 23:16:36 +09:00 |
|
Jun Hiroe
|
bd48b383df
|
I fix order of actual and expect test value in syntax.rb.
|
2013-08-02 23:15:04 +09:00 |
|
Jun Hiroe
|
b775a887de
|
I fix order of actual and expect test value in symbol.rb.
|
2013-08-02 23:12:23 +09:00 |
|
Jun Hiroe
|
fdb27fd6bd
|
I fix order of actual and expect test value in string.rb.
|
2013-08-02 23:05:34 +09:00 |
|
Jun Hiroe
|
8f01c0732a
|
I fix order of actual and expect test value in standarderror.rb.
|
2013-08-02 22:40:12 +09:00 |
|
Jun Hiroe
|
f2fdac889b
|
I fix order of actual and expect test value in runtimeerror.rb.
|
2013-08-02 22:40:12 +09:00 |
|
Jun Hiroe
|
2e24ba161b
|
I fix order of actual and expect test value in rangeerror.rb.
|
2013-08-02 22:40:12 +09:00 |
|
Jun Hiroe
|
f467ea1ab4
|
I fix order of actual and expect test value in range.rb.
|
2013-08-02 22:40:12 +09:00 |
|
Jun Hiroe
|
20c6810ec7
|
I fix order of actual and expect test value in proc.rb.
|
2013-08-02 22:36:38 +09:00 |
|
Jun Hiroe
|
6583f340ab
|
I fix order of actual and expect test value in object.rb.
|
2013-08-02 22:16:07 +09:00 |
|
Jun Hiroe
|
0ce98230c5
|
I fix order of actual and expect test value in numeric.rb.
|
2013-08-02 22:14:23 +09:00 |
|
Jun Hiroe
|
5550dfa0e0
|
I fix order of actual and expect test value in nomethoderror.rb.
|
2013-08-02 22:11:45 +09:00 |
|
Jun Hiroe
|
50fafafb48
|
I fix order of actual and expect test value in nil.rb.
|
2013-08-02 22:07:24 +09:00 |
|
Jun Hiroe
|
679ae1bcbb
|
I fix order of actual and expect test value in nameerror.rb.
|
2013-08-02 22:06:10 +09:00 |
|
Jun Hiroe
|
dddb5faff0
|
I fix order of actual and expect test value in module.rb.
|
2013-08-02 22:04:23 +09:00 |
|
Jun Hiroe
|
6d9b61248d
|
I fix order of actual and expect test value in localjumperror.rb.
|
2013-08-02 21:48:59 +09:00 |
|
Jun Hiroe
|
b7651d212b
|
I fix order of actual and expect test value in literals.rb.
|
2013-08-02 21:48:18 +09:00 |
|
Jun Hiroe
|
b423171eb4
|
I fix order of actual and expect test value in kernel.rb.
|
2013-08-02 21:04:02 +09:00 |
|
Jun Hiroe
|
19dce63a2d
|
I fix order of actual and expect test value in integer.rb.
|
2013-08-02 20:54:22 +09:00 |
|
Jun Hiroe
|
f71cacc4ca
|
I fix order of actual and expect test value in indexerror.rb.
|
2013-08-02 20:54:21 +09:00 |
|
Jun Hiroe
|
284dc1be09
|
I fix order of actual and expect test value in hash.rb.
|
2013-08-02 20:54:21 +09:00 |
|
Jun Hiroe
|
6baded4cb5
|
I fix order of actual and expect test value in gc.rb.
|
2013-08-02 20:54:20 +09:00 |
|
Jun Hiroe
|
edb0810c1a
|
I fix order of actual and expect test value in float.rb.
|
2013-08-02 20:54:19 +09:00 |
|
Jun Hiroe
|
dbacb58f66
|
I fix order of actual and expect test value in false.rb.
|
2013-08-02 20:54:13 +09:00 |
|
Jun Hiroe
|
363d65ccef
|
I fix order of actual and expect test value in exception.rb.
|
2013-08-02 20:54:11 +09:00 |
|
Jun Hiroe
|
0b4bedeb8e
|
I fix order of actual and expect test value in enumerable.rb.
|
2013-08-02 20:54:09 +09:00 |
|
Jun Hiroe
|
ff7e599491
|
I fix order of actual and expect test value in class.rb.
|
2013-08-02 20:54:08 +09:00 |
|
Jun Hiroe
|
6d1469dfae
|
I fix order of actual and expect test value in bs_block.rb.
|
2013-08-02 20:54:07 +09:00 |
|
Jun Hiroe
|
f4b1f43cd0
|
I fix order of actual and expect test value in basicobject.rb.
|
2013-08-02 20:54:05 +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
|
11c4c65bf2
|
Fix order of actual and expect test value for ArgumentError
|
2013-08-01 15:12:41 +08:00 |
|
Daniel Bovensiepen
|
d5eab236e7
|
Fix assignment of block as actual value and not expected
|
2013-08-01 11:32:46 +08:00 |
|
Carson McDonald
|
2eb2cdf0de
|
Add a couple splat tests
|
2013-07-28 13:35:00 -04:00 |
|
Ryan Scott
|
ab787ab968
|
Cleaned up some of the Module#attr tests
|
2013-07-21 18:43:00 +10:00 |
|
Ryan Scott
|
fd9cc9938c
|
Merge branch 'master' into attr-perf-fix
|
2013-07-21 18:18:35 +10:00 |
|