diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-19 17:11:55 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-19 17:11:55 +0000 |
commit | 5336cbdfd33b90c92069f55d8c0ba6df4cf66a0e (patch) | |
tree | f257335933c6260698e891a78e3657818e0ac5ca /bootstraptest | |
parent | e929f49e564dab959e6df43bb7e3621d74e8c3c5 (diff) | |
download | ruby-5336cbdfd33b90c92069f55d8c0ba6df4cf66a0e.tar.gz |
* string.c (str_gsub): should preserve last successful match
data. [ruby-dev:35182]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r-- | bootstraptest/test_proc.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstraptest/test_proc.rb b/bootstraptest/test_proc.rb index 2fb5da41c9..1ab9444c31 100644 --- a/bootstraptest/test_proc.rb +++ b/bootstraptest/test_proc.rb @@ -392,6 +392,5 @@ assert_equal 'ok', %q{ f = Foo.new a_proc = give_it - p :call_it f.call_it(&give_it()) }, '[ruby-core:15711]' |