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