From d32cb4b2c6b887e37d8f41c17af7c304c4a09af1 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 26 Jun 2002 23:29:10 +0000 Subject: * parse.y (literal_concat_string): non-string last expression in #{} was ignored when followed by literal. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9f6715856..20b30a5b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 27 08:28:18 2002 Nobuyoshi Nakada + + * parse.y (literal_concat_string): non-string last expression in + #{} was ignored when followed by literal. + Wed Jun 26 15:40:00 2002 Nobuyoshi Nakada * parse.y (words, qwords): word list literal rules. -- cgit