Carson McDonald
|
01c0373fac
|
Add undef var test
|
2013-06-08 11:10:41 -04:00 |
|
Masaki Muranaka
|
71cc4e13bf
|
Add more test cases for test coverage.
|
2013-05-08 13:22:35 +09:00 |
|
Carson McDonald
|
61c0b8f7df
|
Adding a few more respond_to tests
|
2013-05-05 09:14:41 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
a092e41020
|
the receiver should be included in ancestors even when it's a singleton class
|
2013-04-30 00:51:31 +09:00 |
|
Masaki Muranaka
|
433cb13e6d
|
Add tests to make sure. As we do not use standard library for formatting.
|
2013-04-25 15:35:16 +09:00 |
|
Masaki Muranaka
|
da4b3d1c2c
|
Move regression test as String#dump is not in ther core but the mrbgems.
|
2013-04-25 15:28:25 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f0bea86437
|
Merge pull request #1211 from skandhas/pr-fix-Module-ancestors
fix the behavior of Module#ancestors
|
2013-04-24 21:56:03 -07:00 |
|
skandhas
|
8d778d9860
|
fix Module#ancestors and update test
|
2013-04-25 11:17:34 +08:00 |
|
Tomoyuki Sahara
|
b1114489ef
|
a string may have a lot of non-printable chars.
|
2013-04-25 12:14:18 +09:00 |
|
Carson McDonald
|
35f42c264e
|
Remove unused variable
|
2013-04-21 08:22:40 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
58b877c4a7
|
fix test to check class variables in superclasses
|
2013-04-20 22:59:35 +09:00 |
|
Carson McDonald
|
54e1ed20f9
|
Add a test for respond_to_missing?
|
2013-04-20 07:47:58 -04:00 |
|
Tomoyuki Sahara
|
7626508f62
|
catching NameError here is not desirable.
|
2013-04-17 13:25:36 +09:00 |
|
Tomoyuki Sahara
|
0f8969041a
|
rollback stack before executing ensure clause.
|
2013-04-17 13:08:54 +09:00 |
|
h2so5
|
b1ffb3b3b8
|
Add Proc#arity
|
2013-04-16 16:03:36 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ac005ea939
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-04-10 01:43:00 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5306e4716e
|
although I understand the intntion of 039679f1, consuming all memory in the test program is not a good idea
|
2013-04-09 13:39:25 +09:00 |
|
Masaki Muranaka
|
91db290412
|
Add a comment. Kernel#require is defined in the mrbgem.
|
2013-04-06 18:24:42 +09:00 |
|
Masaki Muranaka
|
d1b131e2b0
|
Add some tests.
|
2013-04-06 18:22:42 +09:00 |
|
Masaki Muranaka
|
0969a79e52
|
Add one more test for NameError#initialize. As we support NameError#name.
|
2013-04-04 16:27:27 +09:00 |
|
Masaki Muranaka
|
ea93ac13fa
|
Add test for NameError#name
|
2013-04-04 16:26:30 +09:00 |
|
Masaki Muranaka
|
4bb7243c2b
|
Add comments: some methods is defined in mrbgems.
|
2013-04-02 11:43:35 +09:00 |
|
Masaki Muranaka
|
c9e19913cf
|
Add comments: eval method is defined in mrbgems.
|
2013-04-02 11:43:35 +09:00 |
|
Masaki Muranaka
|
39bf29411a
|
Add "Comparable" to labels.
|
2013-04-02 11:43:35 +09:00 |
|
Masaki Muranaka
|
e129a4c8ef
|
Add test cases.
|
2013-04-02 11:43:30 +09:00 |
|
Kouki Ooyatsu
|
7e163c0567
|
bugfix: Kernel#!=, and add #!= testcase.
|
2013-04-01 12:18:19 +09:00 |
|
FUKUZAWA-Tadashi
|
cdf8114e27
|
%I %i literal
|
2013-03-19 00:41:15 +09:00 |
|
FUKUZAWA-Tadashi
|
76c24894a7
|
bugfix about escaping '\n'
|
2013-03-17 21:27:38 +09:00 |
|
FUKUZAWA-Tadashi
|
aec3e1c4ff
|
refactor heredoc identifier
|
2013-03-17 21:27:38 +09:00 |
|
FUKUZAWA-Tadashi
|
44fbfc5184
|
implement literal %W %w %s
refactor string parsing
|
2013-03-17 21:27:37 +09:00 |
|
FUKUZAWA-Tadashi
|
1af4110f7d
|
implement heredoc
|
2013-03-03 20:08:13 +09:00 |
|
mattn
|
138ecf4723
|
Pluggable Struct
|
2013-03-01 13:37:46 +09:00 |
|
mattn
|
6bee2fd193
|
Pluggable Math
|
2013-02-28 17:52:18 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
97287b7e3d
|
Merge pull request #889 from mattn/pluggable_time
Pluggable Time class
|
2013-02-27 15:20:05 -08:00 |
|
Masamitsu MURASE
|
f413e6881c
|
Increase TEST_INFINITE_RECURSION_MAX value from 100000 to 1000000 because modification of handling of NODE_RETURN reduces stack size.
|
2013-02-27 03:45:11 +09:00 |
|
mattn
|
048e088425
|
Pluggable Time class
|
2013-02-26 04:20:19 +09:00 |
|
Masamitsu MURASE
|
efa18038de
|
Add more tests for begin and rescue.
|
2013-02-25 00:25:03 +09:00 |
|
Akira Yumiyama
|
f82bf1ab2c
|
update String#gsub test
|
2013-02-20 00:03:40 +09:00 |
|
Yukihiro Matz Matsumoto
|
b7da7cfee0
|
adopt String#gsub to fixed split behavior
|
2013-02-18 18:47:58 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7944061453
|
Merge pull request #847 from bovi/gsub
String#gsub fix with last character
|
2013-02-17 16:09:11 -08:00 |
|
Daniel Bovensiepen
|
e8c0b61c0d
|
String#gsub fix with last character
|
2013-02-17 12:13:46 +00:00 |
|
Daniel Bovensiepen
|
0aa35895f9
|
Add Module#remove_const test
|
2013-02-16 18:15:25 +00:00 |
|
Yuichiro MASUI
|
0ee2c71b03
|
Added String#sub/sub! and String#gsub/gsub!
|
2013-02-12 16:10:35 +09:00 |
|
Masamitsu MURASE
|
7941dfb44a
|
Enable test for Range#initialize.
|
2013-01-28 16:08:11 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
cc16bd7c0d
|
Merge pull request #754 from masamitsu-murase/modify_undef_node
Modify handling of NODE_UNDEF.
|
2013-01-20 14:32:40 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
aaf5f3a0f5
|
Merge pull request #753 from masamitsu-murase/modify_handling_of_quoted_string_literal
Modify handling of quoted non-expanded string literal
|
2013-01-20 14:32:05 -08:00 |
|
Masamitsu MURASE
|
d16659c7a5
|
Add test for undef and alias.
|
2013-01-20 17:44:28 +09:00 |
|
Masamitsu MURASE
|
f04d9b1c50
|
Add a test for quoted non-expanded string literal.
|
2013-01-20 05:00:06 +09:00 |
|
Masamitsu MURASE
|
8f8d9fd41a
|
Add test for issue #750.
|
2013-01-20 01:49:52 +09:00 |
|
Narihiro Nakamura
|
f7c6d8acc8
|
add test cases for GC API
|
2013-01-07 16:31:42 +09:00 |
|