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

Escaped characters are removed when saving to board (or copying local>board) #8

Closed
ubidefeo opened this issue Oct 13, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@ubidefeo
Copy link
Collaborator

I have tried to use an apostrophe in a string
print('good ol' times')
and of course won't work.

If I were to escape that apostrophe it would be like
print('good ol\' times')
which works fine while running, but when I save it gets stripped from the source

@per1234 per1234 added the bug Something isn't working label Nov 11, 2022
@murilopolese
Copy link
Contributor

This commit (soon to be merged into main) should fix it: d3b5920

@murilopolese
Copy link
Contributor

@ubidefeo Do you think we could close this issue?

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

No branches or pull requests

3 participants