Fix unnecessary space around power op in overlong f-string expressions (#14489)
This commit is contained in:
@@ -346,3 +346,6 @@ _ = (
|
||||
f'This string uses double quotes in an expression {"it's a quote"}'
|
||||
f'This f-string does not use any quotes.'
|
||||
)
|
||||
|
||||
# Regression test for https://github.com/astral-sh/ruff/issues/14487
|
||||
f"aaaaaaaaaaaaaaaaaaaaaaaaaa {10**27} bbbbbbbbbbbbbbbbbbbbbbbbbb ccccccccccccccccccccccccc"
|
||||
|
||||
Reference in New Issue
Block a user