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,3 @@
fun foo() {
foo(<selection><caret>1</selection>, 2)
}
@@ -0,0 +1,3 @@
fun foo() {
foo(<selection><caret>1, 2</selection>)
}