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
EscapeID for the string a`a returns `a``a` but UnescapeID doesn't reverse it. Currently, it simply returns a``a, removing the outer backticks without halving the ones inside the string.
Overview of the Issue
EscapeID
for the stringa`a
returns`a``a`
butUnescapeID
doesn't reverse it. Currently, it simply returnsa``a
, removing the outer backticks without halving the ones inside the string.related: #14987
Reproduction Steps
run this code:
output should be:
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: