summaryrefslogtreecommitdiff
path: root/support/texlab/tests/lsp/text_document/snapshots/lsp__text_document__hover__label_theorem_child_file.snap
blob: 19b36c4ebb85182bf1f5bdbabcef03edf463cce1 (plain)
1
2
3
4
5
6
7
8
---
source: tests/lsp/text_document/hover.rs
expression: "find_hover(r#\"\n%! main.tex\n\\documentclass{article}\n\\newtheorem{lemma}{Lemma}\n\\include{child}\n\\ref{thm:foo}\n        |\n     ^^^^^^^\n\n%! child.tex\n\\begin{lemma}\\label{thm:foo}\n    1 + 1 = 2\n\\end{lemma}\"#)"
---
{
  "kind": "plaintext",
  "value": "Lemma"
}