зеркало из https://github.com/github/ruby.git
* parse.y (parser_parse_string): fix indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
e8b0aa4ca0
Коммит
a670571ad3
20
parse.y
20
parse.y
|
@ -5227,16 +5227,16 @@ parser_parse_string(struct parser_params *parser, NODE *quote)
|
|||
}
|
||||
pushback(c);
|
||||
if (tokadd_string(func, term, paren, "e->nd_nest) == -1) {
|
||||
if (func & STR_FUNC_REGEXP) {
|
||||
ruby_sourceline = nd_line(quote);
|
||||
rb_compile_error(PARSER_ARG "unterminated regexp meets end of file");
|
||||
return tREGEXP_END;
|
||||
}
|
||||
else {
|
||||
ruby_sourceline = nd_line(quote);
|
||||
rb_compile_error(PARSER_ARG "unterminated string meets end of file");
|
||||
return tSTRING_END;
|
||||
}
|
||||
if (func & STR_FUNC_REGEXP) {
|
||||
ruby_sourceline = nd_line(quote);
|
||||
rb_compile_error(PARSER_ARG "unterminated regexp meets end of file");
|
||||
return tREGEXP_END;
|
||||
}
|
||||
else {
|
||||
ruby_sourceline = nd_line(quote);
|
||||
rb_compile_error(PARSER_ARG "unterminated string meets end of file");
|
||||
return tSTRING_END;
|
||||
}
|
||||
}
|
||||
|
||||
tokfix();
|
||||
|
|
Загрузка…
Ссылка в новой задаче