summaryrefslogtreecommitdiff
path: root/support/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_section.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_section.snap')
-rw-r--r--support/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_section.snap78
1 files changed, 78 insertions, 0 deletions
diff --git a/support/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_section.snap b/support/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_section.snap
new file mode 100644
index 0000000000..fef2f41be6
--- /dev/null
+++ b/support/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_section.snap
@@ -0,0 +1,78 @@
+---
+source: tests/lsp/workspace/symbol.rs
+expression: "find_symbols(FIXTURE, \"section\")"
+---
+[
+ {
+ "name": "1 Foo",
+ "kind": 2,
+ "deprecated": false,
+ "location": {
+ "uri": "file:///main.tex",
+ "range": {
+ "start": {
+ "line": 7,
+ "character": 0
+ },
+ "end": {
+ "line": 11,
+ "character": 14
+ }
+ }
+ }
+ },
+ {
+ "name": "2 Bar",
+ "kind": 2,
+ "deprecated": false,
+ "location": {
+ "uri": "file:///main.tex",
+ "range": {
+ "start": {
+ "line": 13,
+ "character": 0
+ },
+ "end": {
+ "line": 19,
+ "character": 12
+ }
+ }
+ }
+ },
+ {
+ "name": "3 Baz",
+ "kind": 2,
+ "deprecated": false,
+ "location": {
+ "uri": "file:///main.tex",
+ "range": {
+ "start": {
+ "line": 21,
+ "character": 0
+ },
+ "end": {
+ "line": 27,
+ "character": 15
+ }
+ }
+ }
+ },
+ {
+ "name": "4 Qux",
+ "kind": 2,
+ "deprecated": false,
+ "location": {
+ "uri": "file:///main.tex",
+ "range": {
+ "start": {
+ "line": 29,
+ "character": 0
+ },
+ "end": {
+ "line": 35,
+ "character": 11
+ }
+ }
+ }
+ }
+]