summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__hover__label_theorem_child_file.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/it/snapshots/it__hover__label_theorem_child_file.snap')
-rw-r--r--support/texlab/tests/it/snapshots/it__hover__label_theorem_child_file.snap21
1 files changed, 0 insertions, 21 deletions
diff --git a/support/texlab/tests/it/snapshots/it__hover__label_theorem_child_file.snap b/support/texlab/tests/it/snapshots/it__hover__label_theorem_child_file.snap
deleted file mode 100644
index 6bc9b28a75..0000000000
--- a/support/texlab/tests/it/snapshots/it__hover__label_theorem_child_file.snap
+++ /dev/null
@@ -1,21 +0,0 @@
----
-source: tests/it/hover.rs
-assertion_line: 51
-expression: "server.hover(uri, 3, 8)?"
----
-{
- "contents": {
- "kind": "plaintext",
- "value": "Lemma"
- },
- "range": {
- "start": {
- "line": 3,
- "character": 5
- },
- "end": {
- "line": 3,
- "character": 12
- }
- }
-}