summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__completion__latex__preselect_environment.snap
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-06-13 03:03:42 +0000
committerNorbert Preining <norbert@preining.info>2022-06-13 03:03:42 +0000
commitef6d63ded56fb892decaa8ab41d7deebbe670473 (patch)
tree9c8eccf2e633fcfe0ad512e5428222ce0707971e /support/texlab/tests/it/snapshots/it__completion__latex__preselect_environment.snap
parent86d0c4c6729cfb43e13fb29790810c3cc2521806 (diff)
CTAN sync 202206130303
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"
- }
- }
- ]
-}