summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/snapshots/integration__completion__latex__citation_multi_word.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/integration/snapshots/integration__completion__latex__citation_multi_word.snap')
-rw-r--r--support/texlab/tests/integration/snapshots/integration__completion__latex__citation_multi_word.snap34
1 files changed, 34 insertions, 0 deletions
diff --git a/support/texlab/tests/integration/snapshots/integration__completion__latex__citation_multi_word.snap b/support/texlab/tests/integration/snapshots/integration__completion__latex__citation_multi_word.snap
new file mode 100644
index 0000000000..2ce23ae3fa
--- /dev/null
+++ b/support/texlab/tests/integration/snapshots/integration__completion__latex__citation_multi_word.snap
@@ -0,0 +1,34 @@
+---
+source: tests/integration/completion.rs
+expression: "complete_and_resolve(&server, tex_uri, 3, 6)?"
+
+---
+{
+ "isIncomplete": false,
+ "items": [
+ {
+ "label": "foo 2019",
+ "kind": 1,
+ "documentation": {
+ "kind": "markdown",
+ "value": "Bar, F. (2019). *Baz Qux*."
+ },
+ "preselect": false,
+ "sortText": "00 foo 2019 @articlefoo 2019 author Foo Bar title Baz Qux year 2019",
+ "filterText": "foo 2019 @articlefoo 2019 author Foo Bar title Baz Qux year 2019",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 3,
+ "character": 6
+ },
+ "end": {
+ "line": 3,
+ "character": 11
+ }
+ },
+ "newText": "foo 2019"
+ }
+ }
+ ]
+}