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

Incorrect formatting of f-strings #15

Open
Jlobblet opened this issue Mar 11, 2023 · 1 comment
Open

Incorrect formatting of f-strings #15

Jlobblet opened this issue Mar 11, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Jlobblet
Copy link

Fomatting forms does not properly preserve f-strings.

Example before:

(f"Example string")

and after:

(f "Example string")
@CFiggers CFiggers added the bug Something isn't working label Mar 11, 2023
@CFiggers CFiggers self-assigned this Mar 11, 2023
@CFiggers
Copy link
Collaborator

FINALLY fixed (I think?) with 8be3229 , aka v0.0.8

Please test and let me know if anything is still formatting incorrectly

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

2 participants