Fix tests for move: check applicability from changed text
Presentation status has stopped working after https://github.com/JetBrains/intellij-community/commit/18ce2c6070667608d9bf5a18926778187564fd19
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
// MOVE: down
|
||||
class A {
|
||||
<caret>init {
|
||||
|
||||
// First
|
||||
}
|
||||
init {
|
||||
|
||||
// Second
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
// MOVE: down
|
||||
class A {
|
||||
init {
|
||||
|
||||
// Second
|
||||
}
|
||||
<caret>init {
|
||||
|
||||
// First
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
// MOVE: up
|
||||
class A {
|
||||
init {
|
||||
|
||||
// First
|
||||
}
|
||||
<caret>init {
|
||||
|
||||
// Second
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
// MOVE: up
|
||||
class A {
|
||||
<caret>init {
|
||||
|
||||
// Second
|
||||
}
|
||||
init {
|
||||
|
||||
// First
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user