summaryrefslogtreecommitdiff
path: root/support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_item.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_item.snap')
-rw-r--r--support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_item.snap60
1 files changed, 0 insertions, 60 deletions
diff --git a/support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_item.snap b/support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_item.snap
deleted file mode 100644
index fdc506b308..0000000000
--- a/support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_item.snap
+++ /dev/null
@@ -1,60 +0,0 @@
----
-source: crates/texlab/tests/lsp/workspace/symbol.rs
-expression: "find_symbols(FIXTURE, \"item\")"
----
-[
- {
- "name": "1",
- "kind": 22,
- "deprecated": false,
- "location": {
- "uri": "redacted://main.tex",
- "range": {
- "start": {
- "line": 24,
- "character": 4
- },
- "end": {
- "line": 24,
- "character": 28
- }
- }
- }
- },
- {
- "name": "2",
- "kind": 22,
- "deprecated": false,
- "location": {
- "uri": "redacted://main.tex",
- "range": {
- "start": {
- "line": 25,
- "character": 4
- },
- "end": {
- "line": 25,
- "character": 28
- }
- }
- }
- },
- {
- "name": "3",
- "kind": 22,
- "deprecated": false,
- "location": {
- "uri": "redacted://main.tex",
- "range": {
- "start": {
- "line": 26,
- "character": 4
- },
- "end": {
- "line": 26,
- "character": 28
- }
- }
- }
- }
-]