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

fix: Properly escape quoted strings in toString/print #670

Merged
merged 1 commit into from
May 29, 2021

Conversation

ospencer
Copy link
Member

@ospencer ospencer commented May 25, 2021

feat: Support \b, \f, \t, and \v escapes
fix: Fix parsing of '\'' char literal

Fixes #669

feat: Support \b, \f, \t, and \v escapes
fix: Fix parsing of '\'' char literal
Copy link
Member

@phated phated left a comment

Choose a reason for hiding this comment

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

Excellent! And nice cleanup on that old code ❤️

@ospencer ospencer merged commit c5d3e44 into main May 29, 2021
@ospencer ospencer deleted the fix-quoted-strings branch May 29, 2021 22:41
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.

Quoted strings should be escaped
3 participants