summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/snapshots/integration__completion__latex__theorem_environment.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/integration/snapshots/integration__completion__latex__theorem_environment.snap')
-rw-r--r--support/texlab/tests/integration/snapshots/integration__completion__latex__theorem_environment.snap130
1 files changed, 130 insertions, 0 deletions
diff --git a/support/texlab/tests/integration/snapshots/integration__completion__latex__theorem_environment.snap b/support/texlab/tests/integration/snapshots/integration__completion__latex__theorem_environment.snap
new file mode 100644
index 0000000000..cc0b336e9f
--- /dev/null
+++ b/support/texlab/tests/integration/snapshots/integration__completion__latex__theorem_environment.snap
@@ -0,0 +1,130 @@
+---
+source: tests/integration/completion.rs
+expression: "complete_and_resolve(&server, uri, 3, 7)?"
+
+---
+{
+ "isIncomplete": false,
+ "items": [
+ {
+ "label": "figure",
+ "kind": 1,
+ "detail": "built-in",
+ "preselect": false,
+ "sortText": "00",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 3,
+ "character": 7
+ },
+ "end": {
+ "line": 3,
+ "character": 8
+ }
+ },
+ "newText": "figure"
+ }
+ },
+ {
+ "label": "filecontents",
+ "kind": 1,
+ "detail": "built-in",
+ "preselect": false,
+ "sortText": "01",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 3,
+ "character": 7
+ },
+ "end": {
+ "line": 3,
+ "character": 8
+ }
+ },
+ "newText": "filecontents"
+ }
+ },
+ {
+ "label": "flushleft",
+ "kind": 1,
+ "detail": "built-in",
+ "preselect": false,
+ "sortText": "02",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 3,
+ "character": 7
+ },
+ "end": {
+ "line": 3,
+ "character": 8
+ }
+ },
+ "newText": "flushleft"
+ }
+ },
+ {
+ "label": "flushright",
+ "kind": 1,
+ "detail": "built-in",
+ "preselect": false,
+ "sortText": "03",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 3,
+ "character": 7
+ },
+ "end": {
+ "line": 3,
+ "character": 8
+ }
+ },
+ "newText": "flushright"
+ }
+ },
+ {
+ "label": "foo",
+ "kind": 1,
+ "detail": "user-defined",
+ "preselect": false,
+ "sortText": "04",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 3,
+ "character": 7
+ },
+ "end": {
+ "line": 3,
+ "character": 8
+ }
+ },
+ "newText": "foo"
+ }
+ },
+ {
+ "label": "proof",
+ "kind": 1,
+ "detail": "amsthm.sty",
+ "preselect": false,
+ "sortText": "05",
+ "textEdit": {
+ "range": {
+ "start": {
+ "line": 3,
+ "character": 7
+ },
+ "end": {
+ "line": 3,
+ "character": 8
+ }
+ },
+ "newText": "proof"
+ }
+ }
+ ]
+}