summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_math.snap
blob: 8b98b614a306c791b304e7b4a2140705b3893d67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
source: tests/integration/lsp/workspace/symbol.rs
assertion_line: 139
expression: result.actual_symbols
---
[
  {
    "deprecated": false,
    "kind": 14,
    "location": {
      "uri": "[tmp]/main.tex",
      "range": {
        "start": {
          "line": 9,
          "character": 0
        },
        "end": {
          "line": 11,
          "character": 14
        }
      }
    },
    "name": "Equation (1)"
  },
  {
    "deprecated": false,
    "kind": 13,
    "location": {
      "uri": "[tmp]/main.tex",
      "range": {
        "start": {
          "line": 33,
          "character": 0
        },
        "end": {
          "line": 35,
          "character": 11
        }
      }
    },
    "name": "Lemma 1 (Qux)"
  }
]