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 character escaping #36

Merged
merged 1 commit into from
Feb 23, 2023
Merged

Fix character escaping #36

merged 1 commit into from
Feb 23, 2023

Conversation

murilopolese
Copy link
Contributor

@murilopolese murilopolese commented Feb 14, 2023

There was a bug on the character escaping method and the solution was to "double" escape some characters.
A mistake on the code for escaping was causing the triple quote for Python comments to be "triple" escaped.

This PR fixes specifically the escaping of the characters ' and ".

As seen in #8

@per1234 per1234 added the bug Something isn't working label Feb 14, 2023
Copy link
Collaborator

@ubidefeo ubidefeo left a comment

Choose a reason for hiding this comment

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

LGTM

@murilopolese murilopolese merged commit 2c615c0 into main Feb 23, 2023
@murilopolese murilopolese deleted the bugfix/escape-character branch February 23, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants