summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__document_symbol__enumerate_flat.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/it/snapshots/it__document_symbol__enumerate_flat.snap')
-rw-r--r--support/texlab/tests/it/snapshots/it__document_symbol__enumerate_flat.snap97
1 files changed, 97 insertions, 0 deletions
diff --git a/support/texlab/tests/it/snapshots/it__document_symbol__enumerate_flat.snap b/support/texlab/tests/it/snapshots/it__document_symbol__enumerate_flat.snap
new file mode 100644
index 0000000000..52fb082eb0
--- /dev/null
+++ b/support/texlab/tests/it/snapshots/it__document_symbol__enumerate_flat.snap
@@ -0,0 +1,97 @@
+---
+source: tests/it/document_symbol.rs
+assertion_line: 90
+expression: server.find_document_symbols(uri)?
+---
+[
+ {
+ "name": "Enumerate",
+ "kind": 10,
+ "deprecated": false,
+ "location": {
+ "uri": "http://www.example.com/main.tex",
+ "range": {
+ "start": {
+ "line": 4,
+ "character": 0
+ },
+ "end": {
+ "line": 9,
+ "character": 15
+ }
+ }
+ }
+ },
+ {
+ "name": "1",
+ "kind": 22,
+ "deprecated": false,
+ "location": {
+ "uri": "http://www.example.com/main.tex",
+ "range": {
+ "start": {
+ "line": 5,
+ "character": 4
+ },
+ "end": {
+ "line": 5,
+ "character": 27
+ }
+ }
+ }
+ },
+ {
+ "name": "Item",
+ "kind": 22,
+ "deprecated": false,
+ "location": {
+ "uri": "http://www.example.com/main.tex",
+ "range": {
+ "start": {
+ "line": 6,
+ "character": 4
+ },
+ "end": {
+ "line": 6,
+ "character": 27
+ }
+ }
+ }
+ },
+ {
+ "name": "Baz",
+ "kind": 22,
+ "deprecated": false,
+ "location": {
+ "uri": "http://www.example.com/main.tex",
+ "range": {
+ "start": {
+ "line": 7,
+ "character": 4
+ },
+ "end": {
+ "line": 7,
+ "character": 18
+ }
+ }
+ }
+ },
+ {
+ "name": "2",
+ "kind": 22,
+ "deprecated": false,
+ "location": {
+ "uri": "http://www.example.com/main.tex",
+ "range": {
+ "start": {
+ "line": 8,
+ "character": 4
+ },
+ "end": {
+ "line": 8,
+ "character": 32
+ }
+ }
+ }
+ }
+]