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

Multiline f-strings are not indexed as multiline strings #9777

Closed
sanxiyn opened this issue Feb 2, 2024 · 3 comments · Fixed by #9837
Closed

Multiline f-strings are not indexed as multiline strings #9777

sanxiyn opened this issue Feb 2, 2024 · 3 comments · Fixed by #9837
Assignees
Labels
bug Something isn't working

Comments

@sanxiyn
Copy link
Contributor

sanxiyn commented Feb 2, 2024

Tracking leftover work from #9744. Removing trailing whitespace inside multiline strings is unsafe, so multiline strings are indexed. But multiline f-strings are currently not indexed as multiline strings.

@dhruvmanila
Copy link
Member

Thanks for the issue! Are you interested in taking on the work required to complete this as you commented on the linked PR?

@dhruvmanila dhruvmanila added the bug Something isn't working label Feb 2, 2024
@sanxiyn
Copy link
Contributor Author

sanxiyn commented Feb 2, 2024

Yes, I want to try.

@dhruvmanila
Copy link
Member

Awesome! Feel free to ping me if you run into any issues :)

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

Successfully merging a pull request may close this issue.

2 participants