summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__completion__latex__class_command.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__class_command.snap
parentf01a37f8311f33e32441d25bdadcda9dcdbd165d (diff)
CTAN sync 202205260301
Diffstat (limited to 'support/texlab/tests/it/snapshots/it__completion__latex__class_command.snap')
-rw-r--r--support/texlab/tests/it/snapshots/it__completion__latex__class_command.snap150
1 files changed, 150 insertions, 0 deletions
diff --git a/support/texlab/tests/it/snapshots/it__completion__latex__class_command.snap b/support/texlab/tests/it/snapshots/it__completion__latex__class_command.snap
new file mode 100644
index 0000000000..bac91f2943
--- /dev/null
+++ b/support/texlab/tests/it/snapshots/it__completion__latex__class_command.snap
@@ -0,0 +1,150 @@
+---
+source: tests/it/completion.rs
+assertion_line: 483
+expression: "complete_and_resolve(&server, uri, 2, 5)?"
+---
+{
+ "isIncomplete": false,
+ "items": [
+ {
+ "label": "chapter",
+ "kind": 1,
+ "detail": "book.cls",
+ "preselect": false,
+ "sortText": "00",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 2,
+ "character": 1
+ },
+ "end": {
+ "line": 2,
+ "character": 5
+ }
+ },
+ "newText": "chapter"
+ }
+ },
+ {
+ "label": "chaptermark",
+ "kind": 1,
+ "detail": "book.cls",
+ "preselect": false,
+ "sortText": "01",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 2,
+ "character": 1
+ },
+ "end": {
+ "line": 2,
+ "character": 5
+ }
+ },
+ "newText": "chaptermark"
+ }
+ },
+ {
+ "label": "chaptername",
+ "kind": 1,
+ "detail": "book.cls",
+ "preselect": false,
+ "sortText": "02",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 2,
+ "character": 1
+ },
+ "end": {
+ "line": 2,
+ "character": 5
+ }
+ },
+ "newText": "chaptername"
+ }
+ },
+ {
+ "label": "thechapter",
+ "kind": 1,
+ "detail": "book.cls",
+ "preselect": false,
+ "sortText": "03",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 2,
+ "character": 1
+ },
+ "end": {
+ "line": 2,
+ "character": 5
+ }
+ },
+ "newText": "thechapter"
+ }
+ },
+ {
+ "label": "scshape",
+ "kind": 1,
+ "detail": "built-in",
+ "preselect": false,
+ "sortText": "04",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 2,
+ "character": 1
+ },
+ "end": {
+ "line": 2,
+ "character": 5
+ }
+ },
+ "newText": "scshape"
+ }
+ },
+ {
+ "label": "fontchardp",
+ "kind": 1,
+ "detail": "amsmath.sty",
+ "preselect": false,
+ "sortText": "05",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 2,
+ "character": 1
+ },
+ "end": {
+ "line": 2,
+ "character": 5
+ }
+ },
+ "newText": "fontchardp"
+ }
+ },
+ {
+ "label": "XeTeXcharglyph",
+ "kind": 1,
+ "detail": "built-in",
+ "preselect": false,
+ "sortText": "06",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 2,
+ "character": 1
+ },
+ "end": {
+ "line": 2,
+ "character": 5
+ }
+ },
+ "newText": "XeTeXcharglyph"
+ }
+ }
+ ]
+}