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: special character substitution #10

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

tuunit
Copy link
Owner

@tuunit tuunit commented Jul 19, 2024

Description

The previous PR #8 broke the replacement. It causes the string replace to look for raw strings to be replaced. Instead for the search pattern a "full" string is necessary and only then it needs be replaced by a raw string. This way the sequence handling problem caused by changes in python 3.12 are properly dealt with: https://docs.python.org/dev/whatsnew/3.12.html#other-language-changes

Fixes #9

@tuunit tuunit merged commit 2dbba14 into main Jul 19, 2024
2 checks passed
@tuunit tuunit deleted the bugfix/special-character-substitution branch July 19, 2024 20:01
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.

JSON.parse
1 participant