зеркало из https://github.com/github/ruby.git
[ruby/prism] Ignore shebangs in evals
https://github.com/ruby/prism/commit/4c55409794
This commit is contained in:
Родитель
2effa98b6f
Коммит
959c95a01e
|
@ -21797,7 +21797,7 @@ pm_parser_init(pm_parser_t *parser, const uint8_t *source, size_t size, const pm
|
|||
pm_parser_warn_shebang_carriage_return(parser, parser->start, length);
|
||||
if (newline != NULL) parser->encoding_comment_start = newline + 1;
|
||||
search_shebang = false;
|
||||
} else {
|
||||
} else if (!parser->parsing_eval) {
|
||||
search_shebang = true;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче