mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
fixed PY-6994 Paste leads to syntactically incorrect code in case pasting copied text instead of selection
This commit is contained in:
7
python/testData/copyPaste/SelectionReverse2.src.py
Normal file
7
python/testData/copyPaste/SelectionReverse2.src.py
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
<selection>if True:
|
||||
a = 1
|
||||
b = 2
|
||||
</selection>
|
||||
def f():
|
||||
c = 3
|
||||
Reference in New Issue
Block a user