mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Allow here-doc before closing parentheses; ref #4796
This commit is contained in:
@@ -3722,7 +3722,7 @@ opt_nl : /* none */
|
||||
| nl
|
||||
;
|
||||
|
||||
rparen : opt_nl ')'
|
||||
rparen : opt_terms ')'
|
||||
;
|
||||
|
||||
trailer : /* none */
|
||||
|
||||
Reference in New Issue
Block a user