Changed format of test data for word selection test - each test's data in own directory

This commit is contained in:
Valentin Kipyatkov
2014-10-01 22:33:00 +04:00
parent ead2dea10d
commit 848623fe8f
28 changed files with 15 additions and 12 deletions
@@ -0,0 +1,2 @@
fun foo(a : Array<String>, <selection><caret>b : Int</selection>) {
}
@@ -0,0 +1,2 @@
fun foo(<selection>a : Array<String>, <caret>b : Int</selection>) {
}