summaryrefslogtreecommitdiffhomepage
path: root/test/t/string.rb
AgeCommit message (Collapse)Author
2012-12-19Modify String#bytes.Masamitsu MURASE
It should return non-negative integer.
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