summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__completion__latex__multi_line_key.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/it/snapshots/it__completion__latex__multi_line_key.snap')
-rw-r--r--support/texlab/tests/it/snapshots/it__completion__latex__multi_line_key.snap50
1 files changed, 0 insertions, 50 deletions
diff --git a/support/texlab/tests/it/snapshots/it__completion__latex__multi_line_key.snap b/support/texlab/tests/it/snapshots/it__completion__latex__multi_line_key.snap
deleted file mode 100644
index a3258523bd..0000000000
--- a/support/texlab/tests/it/snapshots/it__completion__latex__multi_line_key.snap
+++ /dev/null
@@ -1,50 +0,0 @@
----
-source: tests/it/completion.rs
-assertion_line: 814
-expression: "complete_and_resolve(&server, uri, 0, 11)?"
----
-{
- "isIncomplete": false,
- "items": [
- {
- "label": "verbatim",
- "kind": 1,
- "detail": "built-in",
- "preselect": false,
- "sortText": "00",
- "textEdit": {
- "range": {
- "start": {
- "line": 0,
- "character": 7
- },
- "end": {
- "line": 0,
- "character": 11
- }
- },
- "newText": "verbatim"
- }
- },
- {
- "label": "verbatim*",
- "kind": 1,
- "detail": "built-in",
- "preselect": false,
- "sortText": "01",
- "textEdit": {
- "range": {
- "start": {
- "line": 0,
- "character": 7
- },
- "end": {
- "line": 0,
- "character": 11
- }
- },
- "newText": "verbatim*"
- }
- }
- ]
-}