зеркало из https://github.com/github/ruby.git
Fix the wrong index of the previous component [Bug #18739]
This commit is contained in:
Родитель
b0666d6417
Коммит
08b6aacc1a
2
parse.y
2
parse.y
|
@ -1785,7 +1785,7 @@ expr : command_call
|
|||
p_top_expr_body
|
||||
{
|
||||
pop_pvtbl(p, $<tbl>3);
|
||||
p->ctxt.in_kwarg = $<ctxt>1.in_kwarg;
|
||||
p->ctxt.in_kwarg = $<ctxt>2.in_kwarg;
|
||||
/*%%%*/
|
||||
$$ = NEW_CASE3($1, NEW_IN($4, NEW_TRUE(&@4), NEW_FALSE(&@4), &@4), &@$);
|
||||
/*% %*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче