summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__completion__bibtex__entry_type_complete.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/it/snapshots/it__completion__bibtex__entry_type_complete.snap')
-rw-r--r--support/texlab/tests/it/snapshots/it__completion__bibtex__entry_type_complete.snap33
1 files changed, 0 insertions, 33 deletions
diff --git a/support/texlab/tests/it/snapshots/it__completion__bibtex__entry_type_complete.snap b/support/texlab/tests/it/snapshots/it__completion__bibtex__entry_type_complete.snap
deleted file mode 100644
index 2bc50f8505..0000000000
--- a/support/texlab/tests/it/snapshots/it__completion__bibtex__entry_type_complete.snap
+++ /dev/null
@@ -1,33 +0,0 @@
----
-source: tests/it/completion.rs
-assertion_line: 143
-expression: "complete_and_resolve(&server, uri, 0, 1)?"
----
-{
- "isIncomplete": false,
- "items": [
- {
- "label": "article",
- "kind": 1,
- "documentation": {
- "kind": "markdown",
- "value": "An article in a journal, magazine, newspaper, or other periodical which forms a \n self-contained unit with its own title. The title of the periodical is given in the \n journaltitle field. If the issue has its own title in addition to the main title of \n the periodical, it goes in the issuetitle field. Note that editor and related \n fields refer to the journal while translator and related fields refer to the article.\n\nRequired fields: `author`, `title`, `journaltitle`, `year/date`"
- },
- "preselect": false,
- "sortText": "00",
- "textEdit": {
- "range": {
- "start": {
- "line": 0,
- "character": 1
- },
- "end": {
- "line": 0,
- "character": 8
- }
- },
- "newText": "article"
- }
- }
- ]
-}