summaryrefslogtreecommitdiff
path: root/support/texlab/src/features/hover/snapshots/texlab__features__hover__citation__tests__inside_cite.snap
blob: 2bca88bbff7c8019dfbba82c0c4305cbcc39218a (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: src/features/hover/citation.rs
assertion_line: 97
expression: actual_hover
---
Hover {
    contents: Markup(
        MarkupContent {
            kind: Markdown,
            value: "F. Bar: \"Baz Qux\". (1337).",
        },
    ),
    range: Some(
        Range {
            start: Position {
                line: 1,
                character: 6,
            },
            end: Position {
                line: 1,
                character: 9,
            },
        },
    ),
}