mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-10947 Moving lines splits multiple statements
This commit is contained in:
@@ -2,4 +2,4 @@ if True:
|
||||
a = 1
|
||||
else:
|
||||
a = 2
|
||||
#comment <caret>
|
||||
#comment <caret>
|
||||
|
||||
@@ -3,4 +3,4 @@ if True:
|
||||
else:
|
||||
#comment
|
||||
a = 2
|
||||
a =<caret> 3
|
||||
a =<caret> 3
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
try:
|
||||
a = 1
|
||||
except ImportError as A:
|
||||
print xrange
|
||||
import <caret>tmp2; import tmp1
|
||||
@@ -0,0 +1,5 @@
|
||||
try:
|
||||
a = 1
|
||||
except ImportError as A:
|
||||
print xrange
|
||||
import <caret>tmp2; import tmp1
|
||||
@@ -0,0 +1,5 @@
|
||||
try:
|
||||
a = 1
|
||||
except ImportError as A:
|
||||
import <caret>tmp2; import tmp1
|
||||
print xrange
|
||||
Reference in New Issue
Block a user