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:
parent
c72e6c7b86
commit
9831508ba3
2 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -1175,3 +1175,8 @@ assert_equal 'ok', %q{
|
|||
'ok'
|
||||
end
|
||||
}
|
||||
assert_equal 'ok', %q{
|
||||
p [0][0, &proc{}] += 21
|
||||
'ok'
|
||||
}, '[ruby-core:30534]'
|
||||
|
||||
|
|
Loading…
Reference in a new issue