summaryrefslogtreecommitdiff
path: root/support/texlab/tests/lsp/text_document/snapshots/lsp__text_document__completion__citation_acronym.snap
blob: 36478c45c805071e12b632ad89136f8c5f7b4289 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
source: tests/lsp/text_document/completion.rs
expression: "complete(r#\"\n%! main.tex\n\\addbibresource{main.bib}\n\\DeclareAcronym{foo}{cite={}}\n                           |\n\n%! main.bib\n@article{foo,}\"#)"
---
[
  {
    "label": "foo",
    "preselect": false,
    "filterText": "foo @article foo"
  }
]