summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__completion__begin_environment_without_snippet_support.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__completion__begin_environment_without_snippet_support.snap')
-rw-r--r--support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__completion__begin_environment_without_snippet_support.snap68
1 files changed, 68 insertions, 0 deletions
diff --git a/support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__completion__begin_environment_without_snippet_support.snap b/support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__completion__begin_environment_without_snippet_support.snap
new file mode 100644
index 0000000000..468ea3ea5f
--- /dev/null
+++ b/support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__completion__begin_environment_without_snippet_support.snap
@@ -0,0 +1,68 @@
+---
+source: tests/integration/lsp/text_document/completion.rs
+assertion_line: 215
+expression: "complete(r#\"\n%TEX main.tex\n%SRC \\beg\n%CUR ^\n%1.1 ^^^\"#)?"
+---
+[
+ {
+ "data": "[data]",
+ "detail": "built-in",
+ "kind": 1,
+ "label": "begin",
+ "preselect": false,
+ "sortText": "[sortText]",
+ "textEdit": {
+ "range": "[range]",
+ "newText": "begin"
+ }
+ },
+ {
+ "data": "[data]",
+ "detail": "built-in",
+ "kind": 1,
+ "label": "begingroup",
+ "preselect": false,
+ "sortText": "[sortText]",
+ "textEdit": {
+ "range": "[range]",
+ "newText": "begingroup"
+ }
+ },
+ {
+ "data": "[data]",
+ "detail": "built-in",
+ "kind": 1,
+ "label": "AtBeginDocument",
+ "preselect": false,
+ "sortText": "[sortText]",
+ "textEdit": {
+ "range": "[range]",
+ "newText": "AtBeginDocument"
+ }
+ },
+ {
+ "data": "[data]",
+ "detail": "built-in",
+ "kind": 1,
+ "label": "AtBeginDvi",
+ "preselect": false,
+ "sortText": "[sortText]",
+ "textEdit": {
+ "range": "[range]",
+ "newText": "AtBeginDvi"
+ }
+ },
+ {
+ "data": "[data]",
+ "detail": "⋀, built-in",
+ "documentation": "[documentation]",
+ "kind": 1,
+ "label": "bigwedge",
+ "preselect": false,
+ "sortText": "[sortText]",
+ "textEdit": {
+ "range": "[range]",
+ "newText": "bigwedge"
+ }
+ }
+]