summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__workspace_symbol__filter_type_figure.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/it/snapshots/it__workspace_symbol__filter_type_figure.snap')
-rw-r--r--support/texlab/tests/it/snapshots/it__workspace_symbol__filter_type_figure.snap25
1 files changed, 25 insertions, 0 deletions
diff --git a/support/texlab/tests/it/snapshots/it__workspace_symbol__filter_type_figure.snap b/support/texlab/tests/it/snapshots/it__workspace_symbol__filter_type_figure.snap
new file mode 100644
index 0000000000..aef75c18a1
--- /dev/null
+++ b/support/texlab/tests/it/snapshots/it__workspace_symbol__filter_type_figure.snap
@@ -0,0 +1,25 @@
+---
+source: tests/it/workspace_symbol.rs
+assertion_line: 99
+expression: "run(\"figure\")?"
+---
+[
+ {
+ "name": "Figure 1: Bar",
+ "kind": 6,
+ "deprecated": false,
+ "location": {
+ "uri": "http://www.example.com/main.tex",
+ "range": {
+ "start": {
+ "line": 15,
+ "character": 0
+ },
+ "end": {
+ "line": 19,
+ "character": 12
+ }
+ }
+ }
+ }
+]