mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 05:45:24 +00:00
Prototype Black's string joining/splitting (#4449)
This commit is contained in:
parent
e5101e8eac
commit
ddf7de7e86
2 changed files with 83 additions and 1 deletions
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
source: crates/ruff_python_formatter/src/lib.rs
|
||||
expression: "output.print().expect(\"Printing to succeed\").as_code()"
|
||||
---
|
||||
"aaaaaaaaaa bbbbbbbbbb cccccccccc dddddddddd eeeeeeeeee ffffffffff gggggggggg h"
|
||||
(
|
||||
"aaaaaaaaaa bbbbbbbbbb cccccccccc dddddddddd eeeeeeeeee ffffffffff gggggggggg"
|
||||
" hh"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue