summaryrefslogtreecommitdiff
path: root/support/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_bibtex.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_bibtex.snap')
-rw-r--r--support/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_bibtex.snap42
1 files changed, 42 insertions, 0 deletions
diff --git a/support/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_bibtex.snap b/support/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_bibtex.snap
new file mode 100644
index 0000000000..0c2e328570
--- /dev/null
+++ b/support/texlab/tests/lsp/workspace/snapshots/lsp__workspace__symbol__filter_bibtex.snap
@@ -0,0 +1,42 @@
+---
+source: tests/lsp/workspace/symbol.rs
+expression: "find_symbols(FIXTURE, \"bibtex\")"
+---
+[
+ {
+ "name": "foo",
+ "kind": 24,
+ "deprecated": false,
+ "location": {
+ "uri": "file:///main.bib",
+ "range": {
+ "start": {
+ "line": 0,
+ "character": 0
+ },
+ "end": {
+ "line": 0,
+ "character": 14
+ }
+ }
+ }
+ },
+ {
+ "name": "bar",
+ "kind": 15,
+ "deprecated": false,
+ "location": {
+ "uri": "file:///main.bib",
+ "range": {
+ "start": {
+ "line": 2,
+ "character": 0
+ },
+ "end": {
+ "line": 2,
+ "character": 20
+ }
+ }
+ }
+ }
+]