-
Notifications
You must be signed in to change notification settings - Fork 260
[BUG] Escaping '"'
in string in interpolation fails assertion
#461
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
Labels
bug
Something isn't working
Comments
@filipsajdak I think you looked at this code last -- can you take a look at this issue? |
I am on it. |
filipsajdak
added a commit
to filipsajdak/cppfront
that referenced
this issue
May 22, 2023
The current change iterate over entire string end removes extra backslashes that are used to indicate escape sequence. Closes hsutter#461
filipsajdak
added a commit
to filipsajdak/cppfront
that referenced
this issue
May 22, 2023
The current change iterate over entire string end removes extra backslashes that are used to indicate escape sequence. Closes hsutter#461
filipsajdak
added a commit
to filipsajdak/cppfront
that referenced
this issue
May 23, 2023
The current change iterate over entire string end removes extra backslashes that are used to indicate escape sequence. Closes hsutter#461
filipsajdak
added a commit
to filipsajdak/cppfront
that referenced
this issue
May 23, 2023
The current change iterate over entire string end removes extra backslashes that are used to indicate escape sequence. Closes hsutter#461
hsutter
pushed a commit
that referenced
this issue
May 29, 2023
The current change iterate over entire string end removes extra backslashes that are used to indicate escape sequence. Closes #461
zaucy
pushed a commit
to zaucy/cppfront
that referenced
this issue
Dec 5, 2023
The current change iterate over entire string end removes extra backslashes that are used to indicate escape sequence. Closes hsutter#461
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Title: Escaping
'"'
in string in interpolation fails assertion.Minimal reproducer (https://cpp2.godbolt.org/z/vYsh34z5K):
Commands:
Expected result:
A diagnostic, or to print
""
like the other lines.Actual result and error:
The text was updated successfully, but these errors were encountered: