index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
t
Age
Commit message (
Expand
)
Author
2020-01-27
Fixed backtrace message for top-level blocks; fix #4936
Yukihiro "Matz" Matsumoto
2019-12-21
Numbered parameters should not be available in the lambda bodies.
Yukihiro "Matz" Matsumoto
2019-12-21
`_0` is not numbered parameter
KOBAYASHI Shuji
2019-12-19
Reimplement `vformat` tests; close #4868
Yukihiro "Matz" Matsumoto
2019-12-19
Revert "`%C` value need not to be saved in `TestVFormat::Native`; close #4868"
Yukihiro "Matz" Matsumoto
2019-12-18
Merge pull request #4875 from shuujii/remove-location-info-from-Exception-ins...
Yukihiro "Matz" Matsumoto
2019-12-18
`%C` value need not to be saved in `TestVFormat::Native`; close #4868
Yukihiro "Matz" Matsumoto
2019-12-14
Remove location info from `Exception#inspect`
KOBAYASHI Shuji
2019-12-11
Fix behavior of `Kernel#Integer` to numbers ending with `_` and spaces
KOBAYASHI Shuji
2019-12-10
Fix behavior of `String#to_i`/`Kernel#Integer` to numbers starting with `_`
KOBAYASHI Shuji
2019-12-10
Merge pull request #4858 from shuujii/fix-that-String-to_f-accepts-consecutiv...
Yukihiro "Matz" Matsumoto
2019-12-09
Fix that `String#to_f` accepts consecutive `_` as a numeric expression
KOBAYASHI Shuji
2019-12-09
Support new numbered parameter syntax `_1` instead of `@1`.
Yukihiro "Matz" Matsumoto
2019-12-09
Implement numbered parameters
Ukrainskiy Sergey
2019-10-25
Squeeze redundant spaces in `test/t/numeric.rb` [ci skip]
KOBAYASHI Shuji
2019-10-10
Integrate `mrb_str_inspect` and `mrb_str_dump`
KOBAYASHI Shuji
2019-10-03
Add tests for #4746
KOBAYASHI Shuji
2019-09-27
Simplify arguments check in `String#rindex`
KOBAYASHI Shuji
2019-09-23
Fix `Fixnum` overflow test in `Integer#<<` test
KOBAYASHI Shuji
2019-09-19
Simplify arguments check in `String#index`
KOBAYASHI Shuji
2019-09-17
Fix `Fixnum#(to_s|inspect)` argument specs
KOBAYASHI Shuji
2019-09-11
Move tests related to `getbyte`, `setbyte`, byteslice` to core.
Yukihiro "Matz" Matsumoto
2019-09-07
Revert part of #4225
Yukihiro "Matz" Matsumoto
2019-08-17
Add `String#rindex` test for invalid UTF-8 string
dearblue
2019-08-17
Fix `String#rindex` test for UTF-8 string
dearblue
2019-08-03
Change second argument to `%l` of `mrb_vformat()` to `size_t` from `mrb_int`
KOBAYASHI Shuji
2019-08-03
Fix `mrb_vformat("%f")` with `MRB_USE_FLOAT`
KOBAYASHI Shuji
2019-08-02
Change the `mrb_vformat` specifier `%d` for `int`
KOBAYASHI Shuji
2019-08-01
Add new specifiers/modifiers to format string of `mrb_vfromat()`
KOBAYASHI Shuji
2019-07-30
Refine message to `skip` in nested `assert`
KOBAYASHI Shuji
2019-07-29
Merge pull request #4407 from shuujii/add-assert_raise_with_message-and-asser...
Yukihiro "Matz" Matsumoto
2019-07-20
Fix `Module#dup` to frozen module
KOBAYASHI Shuji
2019-07-18
Fix `String#*` test with `MRB_WITHOUT_FLOAT`
KOBAYASHI Shuji
2019-07-17
Fix `String#[]` test
KOBAYASHI Shuji
2019-07-17
Merge branch 'master' into i110/inspect-recursion
Yukihiro "Matz" Matsumoto
2019-07-13
`Enumerable#detect` {and `#find`} should call `ifnone`; fix #4484
Yukihiro "Matz" Matsumoto
2019-07-11
Add UTF-8 test for `String#index`
dearblue
2019-07-09
Fix the order of "expected" and "actual" in `test/t/range.rb`
KOBAYASHI Shuji
2019-07-07
Fix `Numeric#step` to infinity; ref. #4555
KOBAYASHI Shuji
2019-06-30
Fix `include`, `prepend` and `extend` to frozen object
KOBAYASHI Shuji
2019-06-29
Add test for `String#[]=`
dearblue
2019-06-28
Use `__ENCODING__` in tests
KOBAYASHI Shuji
2019-06-27
Add modification tests for immediate value
KOBAYASHI Shuji
2019-06-22
Add test for one UTF-8 charactor
dearblue
2019-06-21
Move `Kernel#__send__` test to core from `mruby-metaprog`
KOBAYASHI Shuji
2019-06-16
Fix cvar, ivar, const and method can be removed to frozen object
KOBAYASHI Shuji
2019-06-10
Merge pull request #4495 from shuujii/remove-Kernel-global_variables-from-core
Yukihiro "Matz" Matsumoto
2019-06-09
Fix missing assertions in `test/t/syntax.rb`
KOBAYASHI Shuji
2019-06-08
Remove "Check the usage of a NUL character" test
KOBAYASHI Shuji
2019-06-07
Remove `Kernel#global_variables` from core
KOBAYASHI Shuji
[next]