summaryrefslogtreecommitdiff
path: root/support/texlab/src/features/hover/snapshots/texlab__features__hover__citation__tests__inside_entry.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/src/features/hover/snapshots/texlab__features__hover__citation__tests__inside_entry.snap')
-rw-r--r--support/texlab/src/features/hover/snapshots/texlab__features__hover__citation__tests__inside_entry.snap25
1 files changed, 25 insertions, 0 deletions
diff --git a/support/texlab/src/features/hover/snapshots/texlab__features__hover__citation__tests__inside_entry.snap b/support/texlab/src/features/hover/snapshots/texlab__features__hover__citation__tests__inside_entry.snap
new file mode 100644
index 0000000000..73ac4b7b69
--- /dev/null
+++ b/support/texlab/src/features/hover/snapshots/texlab__features__hover__citation__tests__inside_entry.snap
@@ -0,0 +1,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,
+ },
+ },
+ ),
+}