-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrectly parsing escape char in raw string (eg: \{
)
#462
Comments
\{
\{
)
\{
)\{
)
\{
)\{
)
thatch
added a commit
to thatch/LibCST
that referenced
this issue
Mar 13, 2021
zsol
pushed a commit
that referenced
this issue
Mar 29, 2021
This should be fixed by #466. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LibCST v0.3.17 is raising an exception when parsing this valid code:
Stack trace:
My guess is LibCST is escaping
"\{"
, but it wasn't supposed to escape since it's a raw string.The text was updated successfully, but these errors were encountered: