summaryrefslogtreecommitdiff
path: root/support/texlab/tests/lsp/text_document/snapshots/lsp__text_document__completion__entry_type_after_string.snap
blob: 6844fc1862a0305320e351cf48afe09822df9386 (plain)
1
2
3
4
5
6
7
8
9
10
---
source: tests/lsp/text_document/completion.rs
expression: "complete(r#\"\n%! main.bib\n@string{\n       |\n ^^^^^^\"#)"
---
[
  {
    "label": "string",
    "preselect": false
  }
]