summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-string-ext/test
AgeCommit message (Expand)Author
2018-09-19Removed `String#try_convert` method from `mruby-string-ext` gem.Yukihiro "Matz" Matsumoto
2018-09-19Remove implicit conversion using `to_str` method.Yukihiro "Matz" Matsumoto
2018-09-19Remove implicit conversion using `to_int` method.Yukihiro "Matz" Matsumoto
2017-10-17Add `String#delete_{prefix,suffix}`; CRuby2.5Yukihiro "Matz" Matsumoto
2017-06-14Reimplement String#uptoksss
2017-05-21String#concat: Try to convert when not stringksss
2017-02-11Remove historical comment; ref #3450 #3448Yukihiro "Matz" Matsumoto
2017-02-11remove skip that shouldn't be necessary anymore.robert
2017-02-10Tests for UTF-8 String#ljust and String#rjustTomasz Dabrowski
2017-02-10String#ljust and String#rjust reimplementation (fix #3445)Tomasz Dabrowski
2016-11-24Read length after args in String#setbyteCraig Lehmann
2016-08-17Fix String#ord failure which return a negative valueHiroshi Mimaki
2016-07-14String#insert should be destructiveksss
2016-01-30Add String#rjust test to mruby-string-extAkira Moroo
2015-11-24add {Array|Hash|String}.try_converttakahashim
2015-09-24UTF-8 string support in coreYukihiro "Matz" Matsumoto
2015-08-05add String#setbyte and String#byteslice to mruby-string-extYukihiro "Matz" Matsumoto
2015-01-13Add String#uptoJun Hiroe
2015-01-12add String#ljust into mruby-string-exttakahashim
2014-12-17Add String#prependJun Hiroe
2014-12-13Add String#insertJun Hiroe
2014-08-11"-a-a-".succ should be "-a-b-"mattn
2014-08-11Fix String#succ. "-a-".succ should be "-b-"mattn
2014-08-11Fix String#succ. "-".succ should be "."mattn
2014-08-08remove test for succ on Unicode (non-ASCII) char; #2520Yukihiro "Matz" Matsumoto
2014-08-08Add String#succ, String#succ!, String#next, String#next!mattn
2014-06-19Modify return value of String#slice! if idx == self.sizeAkito Mochizuki
2014-06-15Implement String#slice_bangJun Hiroe
2014-06-07move String#clear to mruby-string-ext; ref #2370Yukihiro "Matz" Matsumoto
2014-06-07remove UTF-8 strings from mruby-string-ext testYukihiro "Matz" Matsumoto
2014-06-04Add String#linesmattn
2014-06-03Implement String#chrJun Hiroe
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-04-20String#casecmp should be call `to_str`ksss
2014-03-31More tests for String#hex, String#oct as against 9434506035c3fc01de55ac0bc8b7...mattn
2014-03-27add String#octcubicdaiya
2014-03-27Implement String#hexmattn
2014-01-07mruby-string-utf8: UTF-8 string may contail NUL; #1646Yukihiro "Matz" Matsumoto
2013-12-27add String#partition and String#rpartition.Tomoyuki Sahara
2013-08-26Merge branch 'mruby' into pr-typeerror-string-start-end-withTomoyuki Sahara
2013-08-26Merge pull request #1485 from fjmilens3/string_end_withYukihiro "Matz" Matsumoto
2013-08-23Check type of arguments for #start_with and #end_with.Tomoyuki Sahara
2013-08-22Added test case for String#end_with? with string of length 2.Frederick John Milens III
2013-08-22Added test case for String#start_with? with string of length 1.Frederick John Milens III
2013-08-04Improve test of mruby-string-ext GEMDaniel 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-19Add String#swapcase,swapcase!,concat,casecmp,start_with,end_withh2so5
2013-03-08add "strip" family to String.Tomoyuki Sahara
2013-03-08Add String#dump method.Masaki Muranaka