From 9831508ba3296789f9d00ef4296e7b75d2d8b965 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 21 Sep 2010 16:53:06 +0000 Subject: 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 --- ChangeLog | 4 ++++ bootstraptest/test_method.rb | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index c097d0f89f..65068cb715 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Sep 22 01:49:52 2010 Koichi Sasada + + * bootstraptest/test_method.rb: add a test for [ruby-core:30534]. + Wed Sep 22 00:52:44 2010 WATANABE Hirofumi * lib/rdoc/ri/store.rb (save_cache): remove duplicate entries. diff --git a/bootstraptest/test_method.rb b/bootstraptest/test_method.rb index f57bf6214e..2f5967933c 100644 --- a/bootstraptest/test_method.rb +++ b/bootstraptest/test_method.rb @@ -1175,3 +1175,8 @@ assert_equal 'ok', %q{ 'ok' end } +assert_equal 'ok', %q{ + p [0][0, &proc{}] += 21 + 'ok' +}, '[ruby-core:30534]' + -- cgit v1.2.3