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, 0 insertions, 25 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
deleted file mode 100644
index a2343d994b..0000000000
--- a/support/texlab/tests/integration/lsp/workspace/snapshots/integration__lsp__workspace__symbol__filter_type_figure.snap
+++ /dev/null
@@ -1,25 +0,0 @@
----
-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"
- }
-]