1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/doc/syntax
usa ed20b2561c merge revision(s) 51871,51872,51874,51875,51876,51877,51878,57517: [Backport #13190]
* doc/syntax/literals.rdoc (Strings): mention about ?a literal.

	literals.rdoc: fix typos

	* doc/syntax/literals.rdoc (Strings): fix typos.
	* doc/syntax/literals.rdoc (Strings): [DOC] Document the full list
	  of supported escape sequences in string literals.

	* doc/syntax/literals.rdoc (Strings): [DOC] Revise the character
	  literal part.

	literals.rdoc: add DEL [ci skip]

	* doc/syntax/literals.rdoc (Strings): [DOC] add DEL.
	[DOC] `\0` is interpreted as NUL only if not followed by an octal digit.
	[DOC] Remove `\0` since it's aprt of octal notation

	A typo is fixed while at it.
	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@web.de>
	[ruby-core:79418] [Bug #13190]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@58114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-03-25 17:45:00 +00:00
..
assignment.rdoc * doc/syntax/assignment.rdoc: [DOC] Fix typo unclosed HTML tag by @andrewdotn 2014-04-02 05:55:44 +00:00
calling_methods.rdoc * doc/syntax/calling_methods.rdoc: Added a Method Lookup section. 2013-01-24 07:54:45 +00:00
control_expressions.rdoc * doc/syntax/control_expressions.rdoc: Added ? : ternary if 2013-01-17 00:08:53 +00:00
exceptions.rdoc * doc/syntax/control_expressions.rdoc (redo Statement): Added note 2013-01-15 18:06:24 +00:00
literals.rdoc merge revision(s) 51871,51872,51874,51875,51876,51877,51878,57517: [Backport #13190] 2017-03-25 17:45:00 +00:00
methods.rdoc doc: remove trailing spaces 2014-09-23 00:13:32 +00:00
miscellaneous.rdoc * doc/syntax/miscellaneous.rdoc: Added section on defined? 2013-01-19 00:52:57 +00:00
modules_and_classes.rdoc * doc/contributing.rdoc: [DOC] curses is no more in the stdlib 2013-12-10 11:22:13 +00:00
precedence.rdoc * doc/syntax/methods.rdoc (Method Names): Added method names including 2013-01-15 04:33:28 +00:00
refinements.rdoc * doc/syntax/refinements.rdoc: refinements are no longer experimental. 2014-12-01 01:42:38 +00:00