summaryrefslogtreecommitdiff
path: root/support/texlab/src/features/hover/snapshots/texlab__features__hover__citation__tests__inside_entry.snap
blob: 73ac4b7b690071b1fd2c6e21dffd71707ac46b80 (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: 119
expression: actual_hover
---
Hover {
    contents: Markup(
        MarkupContent {
            kind: Markdown,
            value: "F. Bar: \"Baz Qux\". (1337).",
        },
    ),
    range: Some(
        Range {
            start: Position {
                line: 0,
                character: 9,
            },
            end: Position {
                line: 0,
                character: 12,
            },
        },
    ),
}