Fix a parser bug

This commit is contained in:
xianyu-w
2023-03-30 03:52:42 +00:00
committed by ob-robot
parent 5c119fe302
commit bd4db583b7

View File

@ -9392,7 +9392,7 @@ expr %prec LOWER_PARENS
}
else
{
if (1 == @1.last_column - @1.first_column) {
if (0 == $$->str_len_) {
$$->str_value_ = $1->str_value_;
$$->str_len_ = $1->str_len_;
} else {