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

Escape strings by using Haskell's show #47

Merged
merged 1 commit into from
Feb 12, 2022
Merged

Escape strings by using Haskell's show #47

merged 1 commit into from
Feb 12, 2022

Conversation

jonascarpay
Copy link
Member

@jonascarpay jonascarpay commented Feb 12, 2022

Fixes #35

This is just the escaping fix from #44.
The reason for dropping the test suite for now is that, after offline discussion with @cdepillabout, we decided that it's hard to get the test suite right, and don't want to let that stop us from getting the string fix in. FWIW, the tests on #44 do suggest that this change does indeed fix the issue.

Copy link
Member

@cdepillabout cdepillabout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@jonascarpay jonascarpay merged commit 72cc3ff into main Feb 12, 2022
@jonascarpay jonascarpay deleted the escape-strings branch February 12, 2022 10:24
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

Successfully merging this pull request may close these issues.

characters in quotes aren't escaped correctly
2 participants