diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-11-20 10:39:34 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-11-20 10:39:34 +0900 |
| commit | ec19c34a209e05156cdce8d317234bc62489148f (patch) | |
| tree | 8e6da8b2f739a7d506d0d8c8fda67b627364b415 /mrbgems/mruby-compiler | |
| parent | f1eeaad84a1b1183c6e5128be0a4efeec6da5e8e (diff) | |
| download | mruby-ec19c34a209e05156cdce8d317234bc62489148f.tar.gz mruby-ec19c34a209e05156cdce8d317234bc62489148f.zip | |
Fixed a bug in `mirb` heredoc handling; fix #3989
Diffstat (limited to 'mrbgems/mruby-compiler')
| -rw-r--r-- | mrbgems/mruby-compiler/core/parse.y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-compiler/core/parse.y b/mrbgems/mruby-compiler/core/parse.y index e489dd934..70b9d0fc4 100644 --- a/mrbgems/mruby-compiler/core/parse.y +++ b/mrbgems/mruby-compiler/core/parse.y @@ -1078,7 +1078,6 @@ heredoc_end(parser_state *p) end_strterm(p); p->lex_strterm = p->lex_strterm_before_heredoc; p->lex_strterm_before_heredoc = NULL; - p->heredoc_end_now = TRUE; } else { /* next heredoc */ |
