summaryrefslogtreecommitdiff
path: root/support/texlab/crates/symbols/src/document/snapshots/symbols__document__tests__allowed_patterns.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/symbols/src/document/snapshots/symbols__document__tests__allowed_patterns.snap')
-rw-r--r--support/texlab/crates/symbols/src/document/snapshots/symbols__document__tests__allowed_patterns.snap31
1 files changed, 31 insertions, 0 deletions
diff --git a/support/texlab/crates/symbols/src/document/snapshots/symbols__document__tests__allowed_patterns.snap b/support/texlab/crates/symbols/src/document/snapshots/symbols__document__tests__allowed_patterns.snap
new file mode 100644
index 0000000000..e22ce2a01d
--- /dev/null
+++ b/support/texlab/crates/symbols/src/document/snapshots/symbols__document__tests__allowed_patterns.snap
@@ -0,0 +1,31 @@
+---
+source: crates/symbols/src/document/tests.rs
+expression: "document_symbols(&fixture.workspace, document)"
+---
+[
+ Symbol {
+ name: "Enumerate",
+ kind: Enumeration,
+ label: None,
+ full_range: 98..159,
+ selection_range: 98..159,
+ children: [
+ Symbol {
+ name: "Item",
+ kind: EnumerationItem,
+ label: None,
+ full_range: 120..129,
+ selection_range: 120..129,
+ children: [],
+ },
+ Symbol {
+ name: "Item",
+ kind: EnumerationItem,
+ label: None,
+ full_range: 134..143,
+ selection_range: 134..143,
+ children: [],
+ },
+ ],
+ },
+]