summaryrefslogtreecommitdiff
path: root/support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_section.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_section.snap')
-rw-r--r--support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_section.snap78
1 files changed, 0 insertions, 78 deletions
diff --git a/support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_section.snap b/support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_section.snap
deleted file mode 100644
index eff280251a..0000000000
--- a/support/texlab/crates/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_type_section.snap
+++ /dev/null
@@ -1,78 +0,0 @@
----
-source: crates/texlab/tests/lsp/workspace/symbol.rs
-expression: "find_symbols(FIXTURE, \"section\")"
----
-[
- {
- "name": "1 Foo",
- "kind": 2,
- "deprecated": false,
- "location": {
- "uri": "redacted://main.tex",
- "range": {
- "start": {
- "line": 7,
- "character": 0
- },
- "end": {
- "line": 11,
- "character": 14
- }
- }
- }
- },
- {
- "name": "2 Bar",
- "kind": 2,
- "deprecated": false,
- "location": {
- "uri": "redacted://main.tex",
- "range": {
- "start": {
- "line": 13,
- "character": 0
- },
- "end": {
- "line": 19,
- "character": 12
- }
- }
- }
- },
- {
- "name": "3 Baz",
- "kind": 2,
- "deprecated": false,
- "location": {
- "uri": "redacted://main.tex",
- "range": {
- "start": {
- "line": 21,
- "character": 0
- },
- "end": {
- "line": 27,
- "character": 15
- }
- }
- }
- },
- {
- "name": "4 Qux",
- "kind": 2,
- "deprecated": false,
- "location": {
- "uri": "redacted://main.tex",
- "range": {
- "start": {
- "line": 29,
- "character": 0
- },
- "end": {
- "line": 35,
- "character": 11
- }
- }
- }
- }
-]