index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
t
/
string.rb
Age
Commit message (
Expand
)
Author
2013-06-15
Improve String Tests
Daniel Bovensiepen
2013-04-25
Add tests to make sure. As we do not use standard library for formatting.
Masaki Muranaka
2013-04-25
Move regression test as String#dump is not in ther core but the mrbgems.
Masaki Muranaka
2013-04-25
a string may have a lot of non-printable chars.
Tomoyuki Sahara
2013-04-02
Add comments: some methods is defined in mrbgems.
Masaki Muranaka
2013-02-20
update String#gsub test
Akira Yumiyama
2013-02-18
adopt String#gsub to fixed split behavior
Yukihiro Matz Matsumoto
2013-02-17
String#gsub fix with last character
Daniel Bovensiepen
2013-02-12
Added String#sub/sub! and String#gsub/gsub!
Yuichiro MASUI
2012-12-19
Modify String#bytes.
Masamitsu MURASE
2012-11-13
fix the issue String#slice with Range may return broken String.
Tomoyuki Sahara
2012-11-01
Add Test for String#each_byte
Daniel Bovensiepen
2012-11-01
Add Test for String#bytes
Daniel Bovensiepen
2012-09-10
Add Test Case for Issue #460
Daniel Bovensiepen
2012-06-12
String#split("") should split per character (byte for now)
Yukihiro Matsumoto
2012-06-12
s.split(nil) should work like s.split()
Yukihiro Matsumoto
2012-06-12
String#split now understands string sep
Yukihiro Matsumoto
2012-06-11
Add test for slice of shared string.
Masamitsu MURASE
2012-06-03
Add more superclass tests
Daniel Bovensiepen
2012-06-02
Add string test for string interpolation
Daniel Bovensiepen
2012-05-31
reimplement String#chomp
Yukihiro Matsumoto
2012-05-29
Add Test cases for Literals, Enumeration, Exceptions and clean line endings
Daniel Bovensiepen
2012-05-23
test t/*.rb spacing fix
Yukihiro Matsumoto
2012-05-19
Complete ISO test cases for Hash, Range, String and Symbol
Daniel Bovensiepen