summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__completion__component_environment_simple.snap
blob: 6c3be2426e548fc16ea908f9831693e58bedd30c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
source: tests/integration/lsp/text_document/completion.rs
assertion_line: 461
expression: "complete(r#\"\n%TEX main.tex\n%SRC \\begin{doc\n%CUR           ^\n%1.1        ^^^\"#)?"
---
[
  {
    "data": "[data]",
    "detail": "built-in",
    "kind": 1,
    "label": "document",
    "preselect": false,
    "sortText": "[sortText]",
    "textEdit": {
      "range": "[range]",
      "newText": "document"
    }
  }
]