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
2014-11-26
fix(String) String#[] accepts float; close #2650 #2651
Robert Mosolgo
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-06-11
str_replace: self should not be shared and nofree
ksss
2014-06-07
move String#clear to mruby-string-ext; ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
Implement String#clear
Jun Hiroe
2014-05-09
Refactoring test to use assert_nothing_raised.
yui-knk
2014-05-09
Add ISO No. to String#inspect test.
yui-knk
2014-03-27
allow underscores in integer literals; close #1960
Yukihiro "Matz" Matsumoto
2014-03-06
add embed string test
ksss
2014-03-04
fix off-by-one error in String#rindex(fixnum)
cubicdaiya
2014-03-02
add tests for String#*
Akira Kuroda
2014-02-22
fix the position of capitalize! and downcast!, and add test for upcase!
Akira Kuroda
2014-02-22
add tests for String#capitalize! and String#downcase!
Akira Kuroda
2014-01-10
fix ISO reference number of String#=~.
Tomoyuki Sahara
2013-08-11
I fix ISO No in String class in comparison with ISO_IEC_30170_2012(E)-Charact...
Jun Hiroe
2013-08-02
I fix order of actual and expect test value in string.rb.
Jun Hiroe
2013-07-17
Fix string test for so that it works for int16
Carson McDonald
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
[prev]