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