mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
The symbols should not take brace blocks.
This commit is contained in:
@@ -2857,7 +2857,7 @@ symbol : basic_symbol
|
||||
}
|
||||
| tSYMBEG tSTRING_BEG string_rep tSTRING
|
||||
{
|
||||
p->lstate = EXPR_END;
|
||||
p->lstate = EXPR_ENDARG;
|
||||
$$ = new_dsym(p, push($3, $4));
|
||||
}
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user