You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like a recent commit did for null bytes.
This makes the code simpler to follow, avoiding crashes like the one
that the fuzzer found and is being added here,
and prevents weirdness where p.w does not correspond to len(p.r)
and we need to special case it in Parser.endLit.
This does go a bit in the opposite direction compared to the fix
we did for #1028, where we tried to adjust positions with backslashes
inside backticks. We still count those backslashes for column positions,
but any position of an escaped character points past the backslashes.
Fixes#1098.
After parsing,The number of columns of the keyword ‘\$demo’ is misplaced.It's supposed to be 12 to 19, but it's actually 12 to 18.
The text was updated successfully, but these errors were encountered: