summaryrefslogtreecommitdiffhomepage
path: root/test/t/string.rb
AgeCommit message (Expand)Author
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
2012-12-19Modify String#bytes.Masamitsu MURASE
2012-11-13fix the issue String#slice with Range may return broken String.Tomoyuki Sahara
2012-11-01Add Test for String#each_byteDaniel Bovensiepen
2012-11-01Add Test for String#bytesDaniel Bovensiepen
2012-09-10Add Test Case for Issue #460Daniel Bovensiepen
2012-06-12String#split("") should split per character (byte for now)Yukihiro Matsumoto
2012-06-12s.split(nil) should work like s.split()Yukihiro Matsumoto
2012-06-12String#split now understands string sepYukihiro Matsumoto
2012-06-11Add test for slice of shared string.Masamitsu MURASE
2012-06-03Add more superclass testsDaniel Bovensiepen
2012-06-02Add string test for string interpolationDaniel Bovensiepen
2012-05-31reimplement String#chompYukihiro Matsumoto
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-23test t/*.rb spacing fixYukihiro Matsumoto
2012-05-19Complete ISO test cases for Hash, Range, String and SymbolDaniel Bovensiepen