summaryrefslogtreecommitdiff
path: root/test/ruby/test_string.rb
AgeCommit message (Expand)Author
2018-12-04change diaeresis from above to below for better visibilityduerst
2018-11-24assertions for r65956nobu
2018-11-24Don't use single byte optimization on grapheme clustersnaruse
2018-10-23test/lib/test/unit/assertions.rb: skip memory leak checkk0kubun
2018-10-22test/ruby/test_string.rb: skip test_crypt for MJIT againk0kubun
2018-10-21try to remove some test skips for MJITk0kubun
2018-06-26test: skip 2 major unstable tests with MJITk0kubun
2018-04-24string.c: fix scanned substring with `\K`nobu
2018-04-16string.c: fix checking ordernobu
2018-03-22fix each_grapheme_cluster's size [Bug #14363]naruse
2018-03-22Revert "each_grapheme_cluster shouldn't return size [Bug #14363]"naruse
2018-03-22each_grapheme_cluster shouldn't return size [Bug #14363]naruse
2018-03-15string.c: split with blocknobu
2018-03-15test_array.rb (test_slice!): moved misplaced testnobu
2018-01-31trick ruby-mode.el by heredocsnobu
2018-01-25string.c: clear substring code rangenobu
2017-12-29string.c: chomp rs at the endnobu
2017-12-21Don't allow mixed escapenaruse
2017-12-21move dump format validation into parsing epiloguenaruse
2017-12-21fix escapes in undumpnaruse
2017-12-16string.c: multiple codepointsnobu
2017-12-14Implement String#undump to unescape String#dump-ed stringtadd
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-10-22Fix a target method of a testyui-knk
2017-10-21Improve performance of string interpolationnobu
2017-10-21[Feature #13712] String#start_with? supports regexpnaruse
2017-09-30string.c: fix ASCII-only on succnobu
2017-09-29string.c: ASCII-incompatible is not ASCII onlynobu
2017-09-23dup String#split return valuenobu
2017-09-23dup String#rpartition return valuenobu
2017-09-23dup String#partition return valuenobu
2017-09-04string.c: grapheme clusters on frozen stringnobu
2017-09-03string.c: enumerator_wantarraynobu
2017-09-03string.c: fix for non-Unicode encodingsnobu
2017-08-31String#each_grapheme_cluster and String#grapheme_clustersnaruse
2017-08-12Suppress warning: shadowing outer local variable - klassnaruse
2017-07-20string.c: add String#delete_suffix and String#delete_suffix!sonots
2017-07-19revert r59359, r59356, r59355, r59354normal
2017-07-18fix typonobu
2017-07-18descriptive asssertionsnobu
2017-07-18string: preserve taint flag with String#-@ (uminus)normal
2017-07-18test/ruby/test_string.rb: ensure we do not have tainted stringsnormal
2017-06-21test/ruby/test_string.rb: add tests to chomp substrsonots
2017-06-21string.c: add String#delete_prefix and String#delete_prefix!sonots
2017-06-18string.c: check just before modificationnobu
2017-06-18test_string.rb: chomp! frozen stringnobu
2017-05-24string.c: fix String#crypt leak introduced in r58866normal
2017-05-21string.c: fix String#{casecmp,casecmp?} for non-string argumentsstomar
2017-05-21test_string.rb,test_symbol.rb: add some testsstomar
2017-04-06Rename RbConfig::Limits as RbConfig::LIMITSnobu