1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ChangeLog: add issue ref

* ChangeLog: r48504 fixed [ruby-dev:48714] [Bug #10437]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-11-19 18:11:14 +00:00
parent 387e0dbe3f
commit 4cb3f72fdd

View file

@ -11,7 +11,7 @@ Thu Nov 20 02:32:34 2014 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
Thu Nov 20 02:10:31 2014 Nobuyoshi Nakada <nobu@ruby-lang.org> Thu Nov 20 02:10:31 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (ripper_flush_string_content, parser_parse_string): * parse.y (ripper_flush_string_content, parser_parse_string):
preserve parsed string content. preserve parsed string content. [ruby-dev:48714] [Bug #10437]
* parse.y (ripper_new_yylval): abstract function to create ripper * parse.y (ripper_new_yylval): abstract function to create ripper
wrapper, and make it able to hold another object. wrapper, and make it able to hold another object.