summaryrefslogtreecommitdiffhomepage
path: root/test/t/string.rb
AgeCommit message (Expand)Author
2019-05-03Simplify conversion process for `i` in `mrb_get_args()`KOBAYASHI Shuji
2019-04-21Commented out `String#scan` because it is not implemented yetKOBAYASHI Shuji
2019-04-19Add type check (conversion) in `String#[]=`KOBAYASHI Shuji
2019-03-19Use `FrozenError` instead of `RuntimeError` in frozen object modification testKOBAYASHI Shuji
2019-02-28Remove `?A` style string literals from string tests; #4303Yukihiro "Matz" Matsumoto
2019-02-27Add test for string literal concatenationdearblue
2019-01-22Fix tests for `String#reverse` with `MRB_UTF8_STRING`KOBAYASHI Shuji
2019-01-05Add `assert_same` and `assert_not_same`KOBAYASHI Shuji
2019-01-03Remove `Kernel#class_defined?` which is not available in CRuby; #3829Yukihiro "Matz" Matsumoto
2018-11-19Remove implicit conversion using `to_str` method; fix #3854Yukihiro "Matz" Matsumoto
2018-03-24Return nil if type differ in `String#<=>`.Takeshi Watanabe
2018-02-12`String#inspect` to use hexadecimal, not octal to print unprintable.Yukihiro "Matz" Matsumoto
2017-11-22Some cosmetic changesYukihiro "Matz" Matsumoto
2017-10-11Test for MRB_WITHOUT_FLOATYAMAMOTO Masaya
2017-03-22Fix result if pattern is emptyksss
2017-03-19Callback should yield with pattern every timeksss
2017-03-15Suuport custom separatorksss
2017-03-11Merge branch 'master' into string-gsubYukihiro "Matz" Matsumoto
2017-03-10\1 sequences as empty stringsksss
2017-03-10Avoid infinity loop when empty string patternksss
2017-03-05String#index shouldn't return nil when "".index ""ksss
2016-12-15Fix crash when exponent is -2147483648Clayton Smith
2016-11-24Get String length after args in String#chomp!Clayton Smith
2016-11-17String#include? does not take integersYukihiro "Matz" Matsumoto
2015-10-01clarify asserts to UTF-8 test suites; ref #2971Yukihiro "Matz" Matsumoto
2015-09-30fix testsYasuhiro Matsumoto
2015-09-29chop with utf-8. fix #2967Yasuhiro Matsumoto
2015-09-24UTF-8 string support in coreYukihiro "Matz" Matsumoto
2015-09-23String#rindex should no longer take integer argumentYukihiro "Matz" Matsumoto
2015-09-16support String#[]= with 3 argstakahashim
2015-08-27Add String#freeze testJun Hiroe
2015-06-08gsub/sub supports back references in substitutes. fixes #2816.Tomoyuki Sahara
2014-12-17String#[] should reject nil indexh2so5
2014-11-26fix(String) String#[] accepts float; close #2650 #2651Robert Mosolgo
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2014-06-11str_replace: self should not be shared and nofreeksss
2014-06-07move String#clear to mruby-string-ext; ref #2370Yukihiro "Matz" Matsumoto
2014-06-07Implement String#clearJun Hiroe
2014-05-09Refactoring test to use assert_nothing_raised.yui-knk
2014-05-09Add ISO No. to String#inspect test.yui-knk
2014-03-27allow underscores in integer literals; close #1960Yukihiro "Matz" Matsumoto
2014-03-06add embed string testksss
2014-03-04fix off-by-one error in String#rindex(fixnum)cubicdaiya
2014-03-02add tests for String#*Akira Kuroda
2014-02-22fix the position of capitalize! and downcast!, and add test for upcase!Akira Kuroda
2014-02-22add tests for String#capitalize! and String#downcase!Akira Kuroda
2014-01-10fix ISO reference number of String#=~.Tomoyuki Sahara
2013-08-11I fix ISO No in String class in comparison with ISO_IEC_30170_2012(E)-Charact...Jun Hiroe
2013-08-02I fix order of actual and expect test value in string.rb.Jun Hiroe
2013-07-17Fix string test for so that it works for int16Carson McDonald