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
2018-09-19
Remove implicit conversion using `to_str` method.
Yukihiro "Matz" Matsumoto
2018-03-24
Return nil if type differ in `String#<=>`.
Takeshi Watanabe
2018-02-12
`String#inspect` to use hexadecimal, not octal to print unprintable.
Yukihiro "Matz" Matsumoto
2017-11-22
Some cosmetic changes
Yukihiro "Matz" Matsumoto
2017-10-11
Test for MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2017-03-22
Fix result if pattern is empty
ksss
2017-03-19
Callback should yield with pattern every time
ksss
2017-03-15
Suuport custom separator
ksss
2017-03-11
Merge branch 'master' into string-gsub
Yukihiro "Matz" Matsumoto
2017-03-10
\1 sequences as empty strings
ksss
2017-03-10
Avoid infinity loop when empty string pattern
ksss
2017-03-05
String#index shouldn't return nil when "".index ""
ksss
2016-12-15
Fix crash when exponent is -2147483648
Clayton Smith
2016-11-24
Get String length after args in String#chomp!
Clayton Smith
2016-11-17
String#include? does not take integers
Yukihiro "Matz" Matsumoto
2015-10-01
clarify asserts to UTF-8 test suites; ref #2971
Yukihiro "Matz" Matsumoto
2015-09-30
fix tests
Yasuhiro Matsumoto
2015-09-29
chop with utf-8. fix #2967
Yasuhiro Matsumoto
2015-09-24
UTF-8 string support in core
Yukihiro "Matz" Matsumoto
2015-09-23
String#rindex should no longer take integer argument
Yukihiro "Matz" Matsumoto
2015-09-16
support String#[]= with 3 args
takahashim
2015-08-27
Add String#freeze test
Jun Hiroe
2015-06-08
gsub/sub supports back references in substitutes. fixes #2816.
Tomoyuki Sahara
2014-12-17
String#[] should reject nil index
h2so5
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
[next]