Completion tests: added ability to test presentation text attributes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun foo(): Boolean = <caret>
|
||||
|
||||
// EXIST: true
|
||||
// EXIST: false
|
||||
// EXIST: { itemText: "true", attributes: "bold" }
|
||||
// EXIST: { itemText: "false", attributes: "bold" }
|
||||
// ABSENT: Boolean
|
||||
|
||||
@@ -4,4 +4,4 @@ fun bar() {
|
||||
foo(<caret>)
|
||||
}
|
||||
|
||||
// EXIST: null
|
||||
// EXIST: { itemText: "null", attributes: "bold" }
|
||||
|
||||
Reference in New Issue
Block a user