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 escapes in string literals #4824

Merged
merged 5 commits into from
Mar 18, 2024
Merged

Fix escapes in string literals #4824

merged 5 commits into from
Mar 18, 2024

Conversation

rmosolgo
Copy link
Owner

@rmosolgo rmosolgo commented Feb 5, 2024

Fixes #4721

TODO:

  • fix issues with single-quoted strings
  • fix issues with block strings
  • make it efficient

@rmosolgo
Copy link
Owner Author

rmosolgo commented Feb 6, 2024

This could result in some unexpected runtime changes so I'm going to put it in a minor version release instead of a patch version.

@rmosolgo rmosolgo merged commit 8a3f531 into master Mar 18, 2024
11 of 12 checks passed
@rmosolgo rmosolgo deleted the fix-unicode-escapes branch March 18, 2024 17:57
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.

Escape sequences in string arguments - unicode and others
1 participant