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