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