Fixed WordSelectionTest.testDocComment test data
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
package p
|
||||
|
||||
/*<selection>*
|
||||
<selection>/**
|
||||
* Doc comment <caret>here
|
||||
</selection>*/
|
||||
fun foo() {
|
||||
*/
|
||||
</selection>fun foo() {
|
||||
}
|
||||
|
||||
fun bar(){}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<selection>package p
|
||||
|
||||
/**
|
||||
* Doc comment <caret>here
|
||||
*/
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
fun bar(){}</selection>
|
||||
Reference in New Issue
Block a user