summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/snapshots/integration__completion__latex__color_name.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/integration/snapshots/integration__completion__latex__color_name.snap')
-rw-r--r--support/texlab/tests/integration/snapshots/integration__completion__latex__color_name.snap143
1 files changed, 143 insertions, 0 deletions
diff --git a/support/texlab/tests/integration/snapshots/integration__completion__latex__color_name.snap b/support/texlab/tests/integration/snapshots/integration__completion__latex__color_name.snap
new file mode 100644
index 0000000000..b34b32f5ac
--- /dev/null
+++ b/support/texlab/tests/integration/snapshots/integration__completion__latex__color_name.snap
@@ -0,0 +1,143 @@
+---
+source: tests/integration/completion.rs
+expression: "complete_and_resolve(&server, uri, 0, 9)?"
+
+---
+{
+ "isIncomplete": false,
+ "items": [
+ {
+ "label": "red",
+ "kind": 1,
+ "preselect": false,
+ "sortText": "00",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 0,
+ "character": 7
+ },
+ "end": {
+ "line": 0,
+ "character": 9
+ }
+ },
+ "newText": "red"
+ }
+ },
+ {
+ "label": "RedOrange",
+ "kind": 1,
+ "preselect": false,
+ "sortText": "01",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 0,
+ "character": 7
+ },
+ "end": {
+ "line": 0,
+ "character": 9
+ }
+ },
+ "newText": "RedOrange"
+ }
+ },
+ {
+ "label": "Red",
+ "kind": 1,
+ "preselect": false,
+ "sortText": "02",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 0,
+ "character": 7
+ },
+ "end": {
+ "line": 0,
+ "character": 9
+ }
+ },
+ "newText": "Red"
+ }
+ },
+ {
+ "label": "RedViolet",
+ "kind": 1,
+ "preselect": false,
+ "sortText": "03",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 0,
+ "character": 7
+ },
+ "end": {
+ "line": 0,
+ "character": 9
+ }
+ },
+ "newText": "RedViolet"
+ }
+ },
+ {
+ "label": "OrangeRed",
+ "kind": 1,
+ "preselect": false,
+ "sortText": "04",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 0,
+ "character": 7
+ },
+ "end": {
+ "line": 0,
+ "character": 9
+ }
+ },
+ "newText": "OrangeRed"
+ }
+ },
+ {
+ "label": "VioletRed",
+ "kind": 1,
+ "preselect": false,
+ "sortText": "05",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 0,
+ "character": 7
+ },
+ "end": {
+ "line": 0,
+ "character": 9
+ }
+ },
+ "newText": "VioletRed"
+ }
+ },
+ {
+ "label": "BrickRed",
+ "kind": 1,
+ "preselect": false,
+ "sortText": "06",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 0,
+ "character": 7
+ },
+ "end": {
+ "line": 0,
+ "character": 9
+ }
+ },
+ "newText": "BrickRed"
+ }
+ }
+ ]
+}