summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__workspace_symbol__filter_type_figure.snap
blob: aef75c18a156ff106c66ba5bd10bd5f78b2f817f (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/it/workspace_symbol.rs
assertion_line: 99
expression: "run(\"figure\")?"
---
[
  {
    "name": "Figure 1: Bar",
    "kind": 6,
    "deprecated": false,
    "location": {
      "uri": "http://www.example.com/main.tex",
      "range": {
        "start": {
          "line": 15,
          "character": 0
        },
        "end": {
          "line": 19,
          "character": 12
        }
      }
    }
  }
]