summaryrefslogtreecommitdiff
path: root/support/texlab/crates/symbols/src/workspace/snapshots/symbols__workspace__tests__filter_type_figure.snap
blob: 412e7c14d22ccbc69f8d7a7d5879589b51865151 (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
---
source: crates/symbols/src/workspace/tests.rs
expression: "workspace_symbols(&fixture.workspace, \"figure\")"
---
[
    SymbolLocation {
        document: Document(
            "file:///texlab/main.tex",
        ),
        symbol: Symbol {
            name: "Figure 1: Bar",
            kind: Figure,
            label: Some(
                Span(
                    "fig:bar",
                    265..280,
                ),
            ),
            full_range: 220..293,
            selection_range: 265..280,
            children: [],
        },
    },
]