summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_bibtex.snap
blob: 8b71b0519e3a684a43ea69dbf836dcbc3597361d (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: 145
expression: result.actual_symbols
---
[
  {
    "deprecated": false,
    "kind": 24,
    "location": {
      "uri": "[tmp]/main.bib",
      "range": {
        "start": {
          "line": 0,
          "character": 0
        },
        "end": {
          "line": 0,
          "character": 14
        }
      }
    },
    "name": "foo"
  },
  {
    "deprecated": false,
    "kind": 15,
    "location": {
      "uri": "[tmp]/main.bib",
      "range": {
        "start": {
          "line": 2,
          "character": 0
        },
        "end": {
          "line": 2,
          "character": 20
        }
      }
    },
    "name": "bar"
  }
]