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