From c55791d03ccb35432fa3e5d1901f615b08df26c4 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 24 Oct 2008 09:25:05 +0000 Subject: * test/ruby/test_array.rb (TestArray#test_join): should restore global variable after the test. [ruby-dev:36896] * test/ruby/test_hash.rb (TestHash#test_to_s): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b5d1f1833..7fd0d6678 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Oct 24 18:21:31 2008 Yukihiro Matsumoto + + * test/ruby/test_array.rb (TestArray#test_join): should restore + global variable after the test. [ruby-dev:36896] + + * test/ruby/test_hash.rb (TestHash#test_to_s): ditto. + Fri Oct 24 17:43:26 2008 Yukihiro Matsumoto * parse.y (lambda): need to adjust lpar_beg for ripper as well. -- cgit