syntax error in interpolated symbol; fixed #3108

parent 5596d14c
......@@ -2829,7 +2829,7 @@ symbol : basic_symbol
{
$$ = new_sym(p, $1);
}
| tSYMBEG tSTRING_BEG string_interp tSTRING
| tSYMBEG tSTRING_BEG string_rep tSTRING
{
p->lstate = EXPR_END;
$$ = new_dsym(p, push($3, $4));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment