From 0a190272cdbe182eea4d27407c680370dd8afde8 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 1 Dec 2014 21:32:04 +0000 Subject: parse.y: preserve tSTRING_CONTENT results * parse.y (ripper_flush_string_content): preserve the dispatched results at tSTRING_CONTENT. [ruby-dev:48714] [Bug #10437] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e497c2f2a..a275a5efa3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Tue Dec 2 06:31:31 2014 Nobuyoshi Nakada +Tue Dec 2 06:32:02 2014 Nobuyoshi Nakada + + * parse.y (ripper_flush_string_content): preserve the dispatched + results at tSTRING_CONTENT. [ruby-dev:48714] [Bug #10437] * parse.y (regexp_contents): check in ripper only if the whole content is a single regexp without interpolation. -- cgit v1.2.3