syntax error in interpolated symbol; fixed #3108

This commit is contained in:
Yukihiro "Matz" Matsumoto
2016-02-16 11:31:20 +09:00
parent 5596d14c00
commit da96c335fe
+1 -1
View File
@@ -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));