Fix testdata according to comment selection changes in 2017.1

This commit is contained in:
Dmitry Jemerov
2017-03-15 18:33:26 +01:00
parent d6709b726e
commit ad821e83bd
7 changed files with 26 additions and 10 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
package p
<selection>/**
/*<selection>*
* Doc comment <caret>here
*/
</selection>fun foo() {
</selection>*/
fun foo() {
}
fun bar(){}
+2 -2
View File
@@ -3,7 +3,7 @@ package p
<selection>/**
* Doc comment <caret>here
*/
fun foo() {
</selection>fun foo() {
}
</selection>
fun bar(){}
+9
View File
@@ -0,0 +1,9 @@
package p
<selection>/**
* Doc comment <caret>here
*/
fun foo() {
}
</selection>
fun bar(){}
+1 -1
View File
@@ -1,6 +1,6 @@
package p
<selection>/* This is a <caret>comment */</selection>
/*<selection> This is a <caret>comment </selection>*/
fun foo() {
}
+2 -2
View File
@@ -1,7 +1,7 @@
package p
<selection>/* This is a <caret>comment */
</selection>fun foo() {
<selection>/* This is a <caret>comment */</selection>
fun foo() {
}
fun bar(){}
+2 -2
View File
@@ -1,7 +1,7 @@
package p
<selection>/* This is a <caret>comment */
fun foo() {
</selection>fun foo() {
}
</selection>
fun bar(){}
+7
View File
@@ -0,0 +1,7 @@
package p
<selection>/* This is a <caret>comment */
fun foo() {
}
</selection>
fun bar(){}