summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__completion__latex__user_environment.snap
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-05-26 03:01:06 +0000
committerNorbert Preining <norbert@preining.info>2022-05-26 03:01:06 +0000
commit02d941fa9c9895bb08a84ac9afe3559abd1ba8ad (patch)
tree481d1d368c6d295a779b590d23bcd5397bcba628 /support/texlab/tests/it/snapshots/it__completion__latex__user_environment.snap
parentf01a37f8311f33e32441d25bdadcda9dcdbd165d (diff)
CTAN sync 202205260301
Diffstat (limited to 'support/texlab/tests/it/snapshots/it__completion__latex__user_environment.snap')
-rw-r--r--support/texlab/tests/it/snapshots/it__completion__latex__user_environment.snap50
1 files changed, 50 insertions, 0 deletions
diff --git a/support/texlab/tests/it/snapshots/it__completion__latex__user_environment.snap b/support/texlab/tests/it/snapshots/it__completion__latex__user_environment.snap
new file mode 100644
index 0000000000..8e3e866d5f
--- /dev/null
+++ b/support/texlab/tests/it/snapshots/it__completion__latex__user_environment.snap
@@ -0,0 +1,50 @@
+---
+source: tests/it/completion.rs
+assertion_line: 793
+expression: "complete_and_resolve(&server, uri, 4, 8)?"
+---
+{
+ "isIncomplete": false,
+ "items": [
+ {
+ "label": "foo",
+ "kind": 1,
+ "detail": "user-defined",
+ "preselect": false,
+ "sortText": "00",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 4,
+ "character": 7
+ },
+ "end": {
+ "line": 4,
+ "character": 9
+ }
+ },
+ "newText": "foo"
+ }
+ },
+ {
+ "label": "filecontents",
+ "kind": 1,
+ "detail": "built-in",
+ "preselect": false,
+ "sortText": "01",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 4,
+ "character": 7
+ },
+ "end": {
+ "line": 4,
+ "character": 9
+ }
+ },
+ "newText": "filecontents"
+ }
+ }
+ ]
+}