mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 13:33:50 +00:00
format ExprJoinedStr (#5932)
This commit is contained in:
parent
ba990b676f
commit
07468f8be9
18 changed files with 221 additions and 747 deletions
7
crates/ruff_python_formatter/resources/test/fixtures/ruff/expression/joined_string.py
vendored
Normal file
7
crates/ruff_python_formatter/resources/test/fixtures/ruff/expression/joined_string.py
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
(
|
||||
f'{one}'
|
||||
f'{two}'
|
||||
)
|
||||
|
||||
|
||||
rf"Not-so-tricky \"quote"
|
Loading…
Add table
Add a link
Reference in a new issue