From a415b799f52f07d318abc0489fad28e304620a90 Mon Sep 17 00:00:00 2001 From: nahi Date: Sun, 5 Oct 2003 04:51:05 +0000 Subject: * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: add tests about scope, order and allowd syntax. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ea90050fc..49f5fc95c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 5 13:47:22 2003 NAKAMURA, Hiroshi + + * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: add tests + about scope, order and allowd syntax. + Sun Oct 5 11:54:29 2003 NAKAMURA, Hiroshi * test/ruby/envutil.rb: added. split "rubybin" from test_system.rb. -- cgit