summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__completion__latex__color_model_define_color.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/it/snapshots/it__completion__latex__color_model_define_color.snap')
-rw-r--r--support/texlab/tests/it/snapshots/it__completion__latex__color_model_define_color.snap105
1 files changed, 0 insertions, 105 deletions
diff --git a/support/texlab/tests/it/snapshots/it__completion__latex__color_model_define_color.snap b/support/texlab/tests/it/snapshots/it__completion__latex__color_model_define_color.snap
deleted file mode 100644
index d65f573d96..0000000000
--- a/support/texlab/tests/it/snapshots/it__completion__latex__color_model_define_color.snap
+++ /dev/null
@@ -1,105 +0,0 @@
----
-source: tests/it/completion.rs
-assertion_line: 373
-expression: "complete_and_resolve(&server, uri, 1, 18)?"
----
-{
- "isIncomplete": false,
- "items": [
- {
- "label": "HTML",
- "kind": 1,
- "preselect": false,
- "sortText": "00",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 18
- },
- "end": {
- "line": 1,
- "character": 18
- }
- },
- "newText": "HTML"
- }
- },
- {
- "label": "RGB",
- "kind": 1,
- "preselect": false,
- "sortText": "01",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 18
- },
- "end": {
- "line": 1,
- "character": 18
- }
- },
- "newText": "RGB"
- }
- },
- {
- "label": "cmyk",
- "kind": 1,
- "preselect": false,
- "sortText": "02",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 18
- },
- "end": {
- "line": 1,
- "character": 18
- }
- },
- "newText": "cmyk"
- }
- },
- {
- "label": "gray",
- "kind": 1,
- "preselect": false,
- "sortText": "03",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 18
- },
- "end": {
- "line": 1,
- "character": 18
- }
- },
- "newText": "gray"
- }
- },
- {
- "label": "rgb",
- "kind": 1,
- "preselect": false,
- "sortText": "04",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 18
- },
- "end": {
- "line": 1,
- "character": 18
- }
- },
- "newText": "rgb"
- }
- }
- ]
-}