1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

bootstraptest/test_method.rb: add a test for [ruby-core:30534].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2010-09-21 16:53:06 +00:00
parent c72e6c7b86
commit 9831508ba3
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Wed Sep 22 01:49:52 2010 Koichi Sasada <ko1@atdot.net>
* bootstraptest/test_method.rb: add a test for [ruby-core:30534].
Wed Sep 22 00:52:44 2010 WATANABE Hirofumi <eban@ruby-lang.org>
* lib/rdoc/ri/store.rb (save_cache): remove duplicate entries.

View file

@ -1175,3 +1175,8 @@ assert_equal 'ok', %q{
'ok'
end
}
assert_equal 'ok', %q{
p [0][0, &proc{}] += 21
'ok'
}, '[ruby-core:30534]'