summaryrefslogtreecommitdiff
path: root/support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_figure.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_figure.snap')
-rw-r--r--support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_figure.snap25
1 files changed, 25 insertions, 0 deletions
diff --git a/support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_figure.snap b/support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_figure.snap
new file mode 100644
index 0000000000..a2343d994b
--- /dev/null
+++ b/support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_figure.snap
@@ -0,0 +1,25 @@
+---
+source: tests/integration/lsp/workspace/symbol.rs
+assertion_line: 127
+expression: result.actual_symbols
+---
+[
+ {
+ "deprecated": false,
+ "kind": 6,
+ "location": {
+ "uri": "[tmp]/main.tex",
+ "range": {
+ "start": {
+ "line": 15,
+ "character": 0
+ },
+ "end": {
+ "line": 19,
+ "character": 12
+ }
+ }
+ },
+ "name": "Figure 1: Bar"
+ }
+]