Skip to content

Fix the pretty-printer for f-string #5

@progval

Description

@progval
Owner

Currently, the pretty-printer handles f-string like regular strings, which means it may output this: f"foo {d[\"bar\"]} baz", which is invalid syntax, as backslashes are not allowed between curly brackets

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @progval

        Issue actions

          Fix the pretty-printer for f-string · Issue #5 · progval/rust-python-parser