summaryrefslogtreecommitdiff
path: root/support/texlab/crates/symbols/src/document/snapshots/symbols__document__tests__equation.snap
blob: 0e284c1d71ab763695e3a7c204fcc846e3dc49ed (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
---
source: crates/symbols/src/document/tests.rs
expression: "document_symbols(&fixture.workspace, document)"
---
[
    Symbol {
        name: "Equation (1)",
        kind: Equation,
        label: Some(
            Span(
                "eq:foo",
                59..73,
            ),
        ),
        full_range: 43..96,
        selection_range: 59..73,
        children: [],
    },
    Symbol {
        name: "Equation",
        kind: Equation,
        label: Some(
            Span(
                "eq:bar",
                114..128,
            ),
        ),
        full_range: 98..151,
        selection_range: 114..128,
        children: [],
    },
    Symbol {
        name: "Equation",
        kind: Equation,
        label: None,
        full_range: 153..192,
        selection_range: 153..192,
        children: [],
    },
]