summaryrefslogtreecommitdiff
path: root/support/texlab/tests/lsp/text_document/snapshots/lsp__text_document__hover__field_known.snap
blob: 42d630c2876e993bda1445f2210462311991c039 (plain)
1
2
3
4
5
6
7
8
---
source: tests/lsp/text_document/hover.rs
expression: "find_hover(r#\"\n%! main.bib\n@article{foo, author = bar}\n               |\n              ^^^^^^\"#)"
---
{
  "kind": "markdown",
  "value": "The author(s) of the `title`."
}