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

Escaping special characters when printing string literals #122

Open
kquick opened this issue Aug 7, 2023 · 0 comments
Open

Escaping special characters when printing string literals #122

kquick opened this issue Aug 7, 2023 · 0 comments

Comments

@kquick
Copy link
Member

kquick commented Aug 7, 2023

In the pretty-printing module (PP.hs) there are many locations that print a value by adding double quotes around the pretty-printed text (e.g. doubleQuotes $ text $ FIELDNAME ELEM). It is likely that many of those locations should be changed to using ppStringLiteral, which will also escape special characters (double-quotes, backslashes, non-ASCII).

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

No branches or pull requests

1 participant