summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__completion__latex__preselect_environment.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/it/snapshots/it__completion__latex__preselect_environment.snap')
-rw-r--r--support/texlab/tests/it/snapshots/it__completion__latex__preselect_environment.snap150
1 files changed, 0 insertions, 150 deletions
diff --git a/support/texlab/tests/it/snapshots/it__completion__latex__preselect_environment.snap b/support/texlab/tests/it/snapshots/it__completion__latex__preselect_environment.snap
deleted file mode 100644
index 29d6f5bac6..0000000000
--- a/support/texlab/tests/it/snapshots/it__completion__latex__preselect_environment.snap
+++ /dev/null
@@ -1,150 +0,0 @@
----
-source: tests/it/completion.rs
-assertion_line: 716
-expression: "complete_and_resolve(&server, uri, 1, 5)?"
----
-{
- "isIncomplete": false,
- "items": [
- {
- "label": "document",
- "kind": 1,
- "detail": "built-in",
- "preselect": true,
- "sortText": "00",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 5
- },
- "end": {
- "line": 1,
- "character": 5
- }
- },
- "newText": "document"
- }
- },
- {
- "label": "abstract",
- "kind": 1,
- "detail": "built-in",
- "preselect": false,
- "sortText": "01",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 5
- },
- "end": {
- "line": 1,
- "character": 5
- }
- },
- "newText": "abstract"
- }
- },
- {
- "label": "array",
- "kind": 1,
- "detail": "built-in",
- "preselect": false,
- "sortText": "02",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 5
- },
- "end": {
- "line": 1,
- "character": 5
- }
- },
- "newText": "array"
- }
- },
- {
- "label": "center",
- "kind": 1,
- "detail": "built-in",
- "preselect": false,
- "sortText": "03",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 5
- },
- "end": {
- "line": 1,
- "character": 5
- }
- },
- "newText": "center"
- }
- },
- {
- "label": "csname",
- "kind": 1,
- "detail": "built-in",
- "preselect": false,
- "sortText": "04",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 5
- },
- "end": {
- "line": 1,
- "character": 5
- }
- },
- "newText": "csname"
- }
- },
- {
- "label": "description",
- "kind": 1,
- "detail": "built-in",
- "preselect": false,
- "sortText": "05",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 5
- },
- "end": {
- "line": 1,
- "character": 5
- }
- },
- "newText": "description"
- }
- },
- {
- "label": "displaymath",
- "kind": 1,
- "detail": "built-in",
- "preselect": false,
- "sortText": "06",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 5
- },
- "end": {
- "line": 1,
- "character": 5
- }
- },
- "newText": "displaymath"
- }
- }
- ]
-}