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