summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__completion__latex__pgf_library.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/it/snapshots/it__completion__latex__pgf_library.snap')
-rw-r--r--support/texlab/tests/it/snapshots/it__completion__latex__pgf_library.snap143
1 files changed, 0 insertions, 143 deletions
diff --git a/support/texlab/tests/it/snapshots/it__completion__latex__pgf_library.snap b/support/texlab/tests/it/snapshots/it__completion__latex__pgf_library.snap
deleted file mode 100644
index 23713c6a9e..0000000000
--- a/support/texlab/tests/it/snapshots/it__completion__latex__pgf_library.snap
+++ /dev/null
@@ -1,143 +0,0 @@
----
-source: tests/it/completion.rs
-assertion_line: 753
-expression: "complete_and_resolve(&server, uri, 1, 15)?"
----
-{
- "isIncomplete": false,
- "items": [
- {
- "label": "arrows",
- "kind": 1,
- "preselect": false,
- "sortText": "00",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 15
- },
- "end": {
- "line": 1,
- "character": 15
- }
- },
- "newText": "arrows"
- }
- },
- {
- "label": "arrows.meta",
- "kind": 1,
- "preselect": false,
- "sortText": "01",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 15
- },
- "end": {
- "line": 1,
- "character": 15
- }
- },
- "newText": "arrows.meta"
- }
- },
- {
- "label": "arrows.spaced",
- "kind": 1,
- "preselect": false,
- "sortText": "02",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 15
- },
- "end": {
- "line": 1,
- "character": 15
- }
- },
- "newText": "arrows.spaced"
- }
- },
- {
- "label": "curvilinear",
- "kind": 1,
- "preselect": false,
- "sortText": "03",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 15
- },
- "end": {
- "line": 1,
- "character": 15
- }
- },
- "newText": "curvilinear"
- }
- },
- {
- "label": "datavisualization.barcharts",
- "kind": 1,
- "preselect": false,
- "sortText": "04",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 15
- },
- "end": {
- "line": 1,
- "character": 15
- }
- },
- "newText": "datavisualization.barcharts"
- }
- },
- {
- "label": "datavisualization.formats.functions",
- "kind": 1,
- "preselect": false,
- "sortText": "05",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 15
- },
- "end": {
- "line": 1,
- "character": 15
- }
- },
- "newText": "datavisualization.formats.functions"
- }
- },
- {
- "label": "datavisualization.polar",
- "kind": 1,
- "preselect": false,
- "sortText": "06",
- "textEdit": {
- "range": {
- "start": {
- "line": 1,
- "character": 15
- },
- "end": {
- "line": 1,
- "character": 15
- }
- },
- "newText": "datavisualization.polar"
- }
- }
- ]
-}