summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_item.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_item.snap')
-rw-r--r--support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_item.snap61
1 files changed, 61 insertions, 0 deletions
diff --git a/support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_item.snap b/support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_item.snap
new file mode 100644
index 0000000000..37dad570c9
--- /dev/null
+++ b/support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_item.snap
@@ -0,0 +1,61 @@
+---
+source: tests/integration/lsp/workspace/symbol.rs
+assertion_line: 133
+expression: result.actual_symbols
+---
+[
+ {
+ "deprecated": false,
+ "kind": 22,
+ "location": {
+ "uri": "[tmp]/main.tex",
+ "range": {
+ "start": {
+ "line": 24,
+ "character": 4
+ },
+ "end": {
+ "line": 24,
+ "character": 28
+ }
+ }
+ },
+ "name": "1"
+ },
+ {
+ "deprecated": false,
+ "kind": 22,
+ "location": {
+ "uri": "[tmp]/main.tex",
+ "range": {
+ "start": {
+ "line": 25,
+ "character": 4
+ },
+ "end": {
+ "line": 25,
+ "character": 28
+ }
+ }
+ },
+ "name": "2"
+ },
+ {
+ "deprecated": false,
+ "kind": 22,
+ "location": {
+ "uri": "[tmp]/main.tex",
+ "range": {
+ "start": {
+ "line": 26,
+ "character": 4
+ },
+ "end": {
+ "line": 26,
+ "character": 28
+ }
+ }
+ },
+ "name": "3"
+ }
+]