mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-13 09:12:40 +00:00
Avoid generating invalid statements when deleting from multi-statement lines (#1253)
This commit is contained in:
parent
a000cd4a09
commit
7e45a9f2e2
19 changed files with 640 additions and 99 deletions
3
foo.py
Normal file
3
foo.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
X = 1; \
|
||||
|
||||
# abc
|
||||
Loading…
Add table
Add a link
Reference in a new issue