remove meta.BackquoteToken
This commit is contained in:
443
php5/php5.go
443
php5/php5.go
File diff suppressed because it is too large
Load Diff
@@ -4201,8 +4201,7 @@ expr_without_variable:
|
||||
$$.SetPosition(yylex.(*Parser).positionBuilder.NewTokensPosition($1, $3))
|
||||
|
||||
// save comments
|
||||
$1.Meta.SetTokenName(meta.BackquoteToken).AppendTo($$.GetMeta())
|
||||
$3.Meta.SetTokenName(meta.BackquoteToken).AppendTo($$.GetMeta())
|
||||
$1.Meta.SetTokenName(meta.NodeStart).AppendTo($$.GetMeta())
|
||||
|
||||
yylex.(*Parser).returnTokenToPool(yyDollar, &yyVAL)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user