Fix testdata according to comment selection changes in 2017.1
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
package p
|
package p
|
||||||
|
|
||||||
<selection>/**
|
/*<selection>*
|
||||||
* Doc comment <caret>here
|
* Doc comment <caret>here
|
||||||
*/
|
</selection>*/
|
||||||
</selection>fun foo() {
|
fun foo() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fun bar(){}
|
fun bar(){}
|
||||||
+2
-2
@@ -3,7 +3,7 @@ package p
|
|||||||
<selection>/**
|
<selection>/**
|
||||||
* Doc comment <caret>here
|
* Doc comment <caret>here
|
||||||
*/
|
*/
|
||||||
fun foo() {
|
</selection>fun foo() {
|
||||||
}
|
}
|
||||||
</selection>
|
|
||||||
fun bar(){}
|
fun bar(){}
|
||||||
+9
@@ -0,0 +1,9 @@
|
|||||||
|
package p
|
||||||
|
|
||||||
|
<selection>/**
|
||||||
|
* Doc comment <caret>here
|
||||||
|
*/
|
||||||
|
fun foo() {
|
||||||
|
}
|
||||||
|
</selection>
|
||||||
|
fun bar(){}
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
package p
|
package p
|
||||||
|
|
||||||
<selection>/* This is a <caret>comment */</selection>
|
/*<selection> This is a <caret>comment </selection>*/
|
||||||
fun foo() {
|
fun foo() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package p
|
package p
|
||||||
|
|
||||||
<selection>/* This is a <caret>comment */
|
<selection>/* This is a <caret>comment */</selection>
|
||||||
</selection>fun foo() {
|
fun foo() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fun bar(){}
|
fun bar(){}
|
||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
package p
|
package p
|
||||||
|
|
||||||
<selection>/* This is a <caret>comment */
|
<selection>/* This is a <caret>comment */
|
||||||
fun foo() {
|
</selection>fun foo() {
|
||||||
}
|
}
|
||||||
</selection>
|
|
||||||
fun bar(){}
|
fun bar(){}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
package p
|
||||||
|
|
||||||
|
<selection>/* This is a <caret>comment */
|
||||||
|
fun foo() {
|
||||||
|
}
|
||||||
|
</selection>
|
||||||
|
fun bar(){}
|
||||||
Reference in New Issue
Block a user