summaryrefslogtreecommitdiff
path: root/support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_math.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_math.snap')
-rw-r--r--support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_math.snap42
1 files changed, 0 insertions, 42 deletions
diff --git a/support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_math.snap b/support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_math.snap
deleted file mode 100644
index 2dc59f021b..0000000000
--- a/support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_math.snap
+++ /dev/null
@@ -1,42 +0,0 @@
----
-source: crates/texlab/tests/lsp/workspace/symbol.rs
-expression: "find_symbols(FIXTURE, \"math\")"
----
-[
- {
- "name": "Equation (1)",
- "kind": 14,
- "deprecated": false,
- "location": {
- "uri": "redacted://main.tex",
- "range": {
- "start": {
- "line": 9,
- "character": 0
- },
- "end": {
- "line": 11,
- "character": 14
- }
- }
- }
- },
- {
- "name": "Lemma 1 (Qux)",
- "kind": 13,
- "deprecated": false,
- "location": {
- "uri": "redacted://main.tex",
- "range": {
- "start": {
- "line": 33,
- "character": 0
- },
- "end": {
- "line": 35,
- "character": 11
- }
- }
- }
- }
-]