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

Handle the edge case where an f-string looks like f"#{some_var}" #808

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rlbr
Copy link

@rlbr rlbr commented Dec 2, 2024

Description

Fixes broken behavior with specific f-strings

Fixes #807

@rlbr rlbr changed the title Added test with fstring Handle the edge case where an f-string looks like f"#{some_var}" Dec 3, 2024
@rlbr
Copy link
Author

rlbr commented Dec 3, 2024

All tests passed on my machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rope exception when f-string has a # before a variable when using extract method
1 participant