From aff22927c27fca9e5c115173d6fa6adc152a04ec Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 30 Jul 2009 18:02:37 +0000 Subject: * parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled as NODE_STR. [ruby-dev:38968] * bootstraptest/test_syntax.rb: add a test for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be67d6e85..4d052c9f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jul 31 02:57:39 2009 Yusuke Endoh + + * parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled as + NODE_STR. [ruby-dev:38968] + + * bootstraptest/test_syntax.rb: add a test for above. + Fri Jul 31 00:55:48 2009 Yusuke Endoh * test/ruby/test_module.rb (test_ancestors, test_included_modules): -- cgit