summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__hover__label_theorem_child_file.snap
blob: 6bc9b28a750f9947dbb5eaea64b0006270c3967d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
source: tests/it/hover.rs
assertion_line: 51
expression: "server.hover(uri, 3, 8)?"
---
{
  "contents": {
    "kind": "plaintext",
    "value": "Lemma"
  },
  "range": {
    "start": {
      "line": 3,
      "character": 5
    },
    "end": {
      "line": 3,
      "character": 12
    }
  }
}