diff options
author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-30 18:02:37 +0000 |
---|---|---|
committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-30 18:02:37 +0000 |
commit | 3129ed327ed8a365652fedf1d311e0af6137491c (patch) | |
tree | b2ca14effc47d0241490ed549368ef526bbab253 /ChangeLog | |
parent | 22acf29509f5cfc44a3dfa9d418bad13b29291da (diff) |
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@24332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Jul 31 02:57:39 2009 Yusuke Endoh <mame@tsg.ne.jp> + + * 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 <mame@tsg.ne.jp> * test/ruby/test_module.rb (test_ancestors, test_included_modules): |