Refactored completion tests to support more flexible input file format

This commit is contained in:
Valentin Kipyatkov
2013-11-27 17:12:12 +04:00
parent 912fb904b8
commit 29f7318f4f
19 changed files with 110 additions and 81 deletions
@@ -4,4 +4,4 @@ fun foo(p : Any){
var a : Foo? = <caret>
}
// EXIST: Foo@Foo()
// EXIST: { lookupString:"Foo", itemText:"Foo()" }