summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_figure.snap
blob: a2343d994b7d31c13aba90c20f3a71022d64d901 (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
---
source: tests/integration/lsp/workspace/symbol.rs
assertion_line: 127
expression: result.actual_symbols
---
[
  {
    "deprecated": false,
    "kind": 6,
    "location": {
      "uri": "[tmp]/main.tex",
      "range": {
        "start": {
          "line": 15,
          "character": 0
        },
        "end": {
          "line": 19,
          "character": 12
        }
      }
    },
    "name": "Figure 1: Bar"
  }
]