summaryrefslogtreecommitdiff
path: root/support/texlab/crates/symbols/src/workspace/snapshots/symbols__workspace__tests__filter_bibtex.snap
blob: 5bd00182b0d3f60174d8b71d813a5190aa571263 (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
---
source: crates/symbols/src/workspace/tests.rs
expression: "workspace_symbols(&fixture.workspace, \"bibtex\")"
---
[
    SymbolLocation {
        document: Document(
            "file:///texlab/main.bib",
        ),
        symbol: Symbol {
            name: "foo",
            kind: Entry(
                Article,
            ),
            label: None,
            full_range: 0..14,
            selection_range: 9..12,
            children: [],
        },
    },
    SymbolLocation {
        document: Document(
            "file:///texlab/main.bib",
        ),
        symbol: Symbol {
            name: "bar",
            kind: Entry(
                String,
            ),
            label: None,
            full_range: 16..36,
            selection_range: 24..27,
            children: [],
        },
    },
]