Completion tests: added ability to test presentation text attributes

This commit is contained in:
Valentin Kipyatkov
2014-11-14 21:34:09 +03:00
parent 7410c36e3a
commit 79cfe2bac4
3 changed files with 23 additions and 4 deletions
@@ -1,5 +1,5 @@
fun foo(): Boolean = <caret>
// EXIST: true
// EXIST: false
// EXIST: { itemText: "true", attributes: "bold" }
// EXIST: { itemText: "false", attributes: "bold" }
// ABSENT: Boolean
+1 -1
View File
@@ -4,4 +4,4 @@ fun bar() {
foo(<caret>)
}
// EXIST: null
// EXIST: { itemText: "null", attributes: "bold" }