diff --git a/ChangeLog b/ChangeLog index 611c033ffc..c6b436c53b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 6 11:57:06 2003 NAKAMURA, Hiroshi + + * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: added + test for eval-ed BEGIN END order. + Mon Oct 6 09:19:54 2003 Yukihiro Matsumoto * marshal.c (w_object): should pass "weak" value to next level. diff --git a/test/ruby/beginmainend.rb b/test/ruby/beginmainend.rb index f89c09207e..4710a7aeb1 100644 --- a/test/ruby/beginmainend.rb +++ b/test/ruby/beginmainend.rb @@ -27,6 +27,24 @@ END { puts "should not be dumped" } +eval <