summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/snapshots/integration__completion__latex__kernel_command.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/integration/snapshots/integration__completion__latex__kernel_command.snap')
-rw-r--r--support/texlab/tests/integration/snapshots/integration__completion__latex__kernel_command.snap30
1 files changed, 30 insertions, 0 deletions
diff --git a/support/texlab/tests/integration/snapshots/integration__completion__latex__kernel_command.snap b/support/texlab/tests/integration/snapshots/integration__completion__latex__kernel_command.snap
new file mode 100644
index 0000000000..49f65f06ca
--- /dev/null
+++ b/support/texlab/tests/integration/snapshots/integration__completion__latex__kernel_command.snap
@@ -0,0 +1,30 @@
+---
+source: tests/integration/completion.rs
+expression: "complete_and_resolve(&server, uri, 0, 1)?"
+
+---
+{
+ "isIncomplete": false,
+ "items": [
+ {
+ "label": "documentclass",
+ "kind": 1,
+ "detail": "built-in",
+ "preselect": false,
+ "sortText": "00",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 0,
+ "character": 1
+ },
+ "end": {
+ "line": 0,
+ "character": 14
+ }
+ },
+ "newText": "documentclass"
+ }
+ }
+ ]
+}