summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__completion__import_class_open_brace.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__completion__import_class_open_brace.snap')
-rw-r--r--support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__completion__import_class_open_brace.snap67
1 files changed, 67 insertions, 0 deletions
diff --git a/support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__completion__import_class_open_brace.snap b/support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__completion__import_class_open_brace.snap
new file mode 100644
index 0000000000..4118d60707
--- /dev/null
+++ b/support/texlab/tests/integration/lsp/text_document/snapshots/integration__lsp__text_document__completion__import_class_open_brace.snap
@@ -0,0 +1,67 @@
+---
+source: tests/integration/lsp/text_document/completion.rs
+assertion_line: 693
+expression: "complete(r#\"\n%TEX main.tex\n%SRC \\documentclass{art \\foo\n%CUR ^\n%1.1 ^^^\"#)?"
+---
+[
+ {
+ "data": "[data]",
+ "documentation": "[documentation]",
+ "kind": 1,
+ "label": "article",
+ "preselect": false,
+ "sortText": "[sortText]",
+ "textEdit": {
+ "range": "[range]",
+ "newText": "article"
+ }
+ },
+ {
+ "data": "[data]",
+ "documentation": "[documentation]",
+ "kind": 1,
+ "label": "articleingud",
+ "preselect": false,
+ "sortText": "[sortText]",
+ "textEdit": {
+ "range": "[range]",
+ "newText": "articleingud"
+ }
+ },
+ {
+ "data": "[data]",
+ "documentation": "[documentation]",
+ "kind": 1,
+ "label": "articoletteracdp",
+ "preselect": false,
+ "sortText": "[sortText]",
+ "textEdit": {
+ "range": "[range]",
+ "newText": "articoletteracdp"
+ }
+ },
+ {
+ "data": "[data]",
+ "documentation": "[documentation]",
+ "kind": 1,
+ "label": "artikel1",
+ "preselect": false,
+ "sortText": "[sortText]",
+ "textEdit": {
+ "range": "[range]",
+ "newText": "artikel1"
+ }
+ },
+ {
+ "data": "[data]",
+ "documentation": "[documentation]",
+ "kind": 1,
+ "label": "artikel2",
+ "preselect": false,
+ "sortText": "[sortText]",
+ "textEdit": {
+ "range": "[range]",
+ "newText": "artikel2"
+ }
+ }
+]