ruby/doc/syntax
Nobuyoshi Nakada 330b376133
parse.y: fix here-doc identifier with newline
* parse.y (heredoc_identifier): quoted here-document identifier
  must end within the same line.

  the only corner case that here-document identifier can contain a
  newline is that the closing qoute is placed at the beginning of
  the next line, and has been warned since 2.4.

  ```ruby
  <<"EOS
  " # warning: here document identifier ends with a newline
  EOS
  ```
2019-04-29 12:49:59 +09:00
..
assignment.rdoc * doc/syntax/*.rdoc: separated modifier at sentence. 2015-12-18 03:39:49 +00:00
calling_methods.rdoc Improve safe navigation operator's docs [Misc #15109] 2018-10-20 10:57:33 +00:00
control_expressions.rdoc * doc/syntax/control_expressions.rdoc: Add missing 'as' 2016-09-30 09:43:24 +00:00
exceptions.rdoc * doc/syntax/*.rdoc: separated modifier at sentence. 2015-12-18 03:39:49 +00:00
literals.rdoc parse.y: fix here-doc identifier with newline 2019-04-29 12:49:59 +09:00
methods.rdoc doc/syntax/methods.rdoc: fix a misleading example 2017-10-22 04:19:03 +00:00
miscellaneous.rdoc * doc/syntax/*.rdoc: separated modifier at sentence. 2015-12-18 03:39:49 +00:00
modules_and_classes.rdoc * doc/syntax/*.rdoc: separated modifier at sentence. 2015-12-18 03:39:49 +00:00
precedence.rdoc * doc/syntax/methods.rdoc (Method Names): Added method names including 2013-01-15 04:33:28 +00:00
refinements.rdoc Update refinements docs 2019-01-10 17:28:13 +00:00