Better test data format

This commit is contained in:
Valentin Kipyatkov
2015-05-18 11:11:27 +03:00
parent 603f7ef3c1
commit 54836113a7
77 changed files with 78 additions and 78 deletions
@@ -8,4 +8,4 @@ fun test() = small(paramFirst = param<caret>)
// EXIST: paramTest
// ABSENT: {"lookupString":"paramFirst","tailText":" Int","itemText":"paramFirst ="}
// ABSENT: paramSecond
// NOTHING_ELSE: true
// NOTHING_ELSE
@@ -7,4 +7,4 @@ fun test(p: Int) = foo(12, third = "", <caret>)
// ABSENT: first
// ABSENT: third
// EXIST: second
// NOTHING_ELSE: true
// NOTHING_ELSE
@@ -9,4 +9,4 @@ fun test() = small(param<caret>First = 12)
// EXIST: paramSecond
// EXIST: paramTest
// NOTHING_ELSE: true
// NOTHING_ELSE