8000 Escaped characters are removed when saving to board (or copying local>board) · Issue #8 · arduino/lab-micropython-editor · GitHub
[go: up one dir, main page]

Skip to content
Escaped characters are removed when saving to board (or copying local>board) #8
Closed
@ubidefeo

Description

@ubidefeo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0