summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/snapshots/integration__completion__latex__pgf_library.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/integration/snapshots/integration__completion__latex__pgf_library.snap')
-rw-r--r--support/texlab/tests/integration/snapshots/integration__completion__latex__pgf_library.snap143
1 files changed, 143 insertions, 0 deletions
diff --git a/support/texlab/tests/integration/snapshots/integration__completion__latex__pgf_library.snap b/support/texlab/tests/integration/snapshots/integration__completion__latex__pgf_library.snap
new file mode 100644
index 0000000000..da34563c8d
--- /dev/null
+++ b/support/texlab/tests/integration/snapshots/integration__completion__latex__pgf_library.snap
@@ -0,0 +1,143 @@
+---
+source: tests/integration/completion.rs
+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"
+ }
+ }
+ ]
+}