Skip to content
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

Formatter removes escaping from double quotes within a literal String #2010

Closed
paulcadman opened this issue Apr 18, 2023 · 0 comments · Fixed by #2011
Closed

Formatter removes escaping from double quotes within a literal String #2010

paulcadman opened this issue Apr 18, 2023 · 0 comments · Fixed by #2011

Comments

@paulcadman
Copy link
Collaborator

paulcadman commented Apr 18, 2023

Formatting the following code:

f : String;
f := "\"";

Results in:

f : String;
f := """;

which is invalid. I expect the formatter to be invariant on the input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant