[ruby-core:80343] [Ruby trunk Bug#13190] [DOC] Fix error for escape sequences in string literals

From: usa@...
Date: 2017-03-25 17:45:04 UTC
List: ruby-core #80343
Issue #13190 has been updated by usa (Usaku NAKAMURA).

Backport changed from 2.2: REQUIRED, 2.3: DONE, 2.4: DONE to 2.2: DONE, 2.3: DONE, 2.4: DONE

ruby_2_2 r58114 merged revision(s) 51871,51872,51874,51875,51876,51877,51878,57517.

----------------------------------------
Bug #13190: [DOC] Fix error for escape sequences in string literals
https://bugs.ruby-lang.org/issues/13190#change-63824

* Author: stomar (Marcus Stollsteimer)
* Status: Closed
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux]
* Backport: 2.2: DONE, 2.3: DONE, 2.4: DONE
----------------------------------------
Small change:

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...".

---Files--------------------------------
doc_literals.patch (496 Bytes)


-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next