remove meta.BackquoteToken
This commit is contained in:
257
php7/php7.go
257
php7/php7.go
File diff suppressed because it is too large
Load Diff
@@ -3924,8 +3924,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