ruby-changes:45961
From: nagachika <ko1@a...>
Date: Mon, 20 Mar 2017 06:48:08 +0900 (JST)
Subject: [ruby-changes:45961] nagachika:r58032 (ruby_2_3): merge revision(s) 57517: [Backport #13190]
nagachika 2017-03-20 06:48:03 +0900 (Mon, 20 Mar 2017) New Revision: 58032 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58032 Log: merge revision(s) 57517: [Backport #13190] doc: Fix error for escape sequences in string literals Backslash goes first in escape sequences, so it must be "any other character following a backslash is interpreted as ...", while the doc says "...followed by...". Author: Marcus Stollsteimer <sto.mar@w...> [ruby-core:79418] [Bug #13190] Modified directories: branches/ruby_2_3/ Modified files: branches/ruby_2_3/doc/syntax/literals.rdoc branches/ruby_2_3/version.h Index: ruby_2_3/doc/syntax/literals.rdoc =================================================================== --- ruby_2_3/doc/syntax/literals.rdoc (revision 58031) +++ ruby_2_3/doc/syntax/literals.rdoc (revision 58032) @@ -108,7 +108,7 @@ sequences are as follows: https://github.com/ruby/ruby/blob/trunk/ruby_2_3/doc/syntax/literals.rdoc#L108 \c\M-x same as above \c? or \C-? delete, ASCII 7Fh (DEL) -Any other character followed by a backslash is interpreted as the +Any other character following a backslash is interpreted as the character itself. Double-quote strings allow interpolation of other values using Index: ruby_2_3/version.h =================================================================== --- ruby_2_3/version.h (revision 58031) +++ ruby_2_3/version.h (revision 58032) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_3/version.h#L1 #define RUBY_VERSION "2.3.3" #define RUBY_RELEASE_DATE "2017-03-20" -#define RUBY_PATCHLEVEL 253 +#define RUBY_PATCHLEVEL 254 #define RUBY_RELEASE_YEAR 2017 #define RUBY_RELEASE_MONTH 3 Property changes on: ruby_2_3 ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r57517 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/