summaryrefslogtreecommitdiffhomepage
path: root/test/t/string.rb
AgeCommit message (Expand)Author
2018-09-19Remove implicit conversion using `to_str` method.Yukihiro "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
2013-06-15Improve String TestsDaniel Bovensiepen
2013-04-25Add tests to make sure. As we do not use standard library for formatting.Masaki Muranaka
2013-04-25Move regression test as String#dump is not in ther core but the mrbgems.Masaki Muranaka
2013-04-25a string may have a lot of non-printable chars.Tomoyuki Sahara
2013-04-02Add comments: some methods is defined in mrbgems.Masaki Muranaka
2013-02-20update String#gsub testAkira Yumiyama
2013-02-18adopt String#gsub to fixed split behaviorYukihiro Matz Matsumoto
2013-02-17String#gsub fix with last characterDaniel Bovensiepen
2013-02-12Added String#sub/sub! and String#gsub/gsub!Yuichiro MASUI