summaryrefslogtreecommitdiff
path: root/support/texlab/crates/commands/src/snapshots/commands__find_envs__tests__test.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/commands/src/snapshots/commands__find_envs__tests__test.snap')
-rw-r--r--support/texlab/crates/commands/src/snapshots/commands__find_envs__tests__test.snap27
1 files changed, 27 insertions, 0 deletions
diff --git a/support/texlab/crates/commands/src/snapshots/commands__find_envs__tests__test.snap b/support/texlab/crates/commands/src/snapshots/commands__find_envs__tests__test.snap
new file mode 100644
index 0000000000..fa532f125a
--- /dev/null
+++ b/support/texlab/crates/commands/src/snapshots/commands__find_envs__tests__test.snap
@@ -0,0 +1,27 @@
+---
+source: crates/commands/src/find_envs.rs
+expression: results
+---
+[
+ EnvironmentMatch {
+ name: Span(
+ "a",
+ 7..8,
+ ),
+ full_range: 0..87,
+ },
+ EnvironmentMatch {
+ name: Span(
+ "b",
+ 19..20,
+ ),
+ full_range: 12..57,
+ },
+ EnvironmentMatch {
+ name: Span(
+ "c",
+ 33..34,
+ ),
+ full_range: 26..47,
+ },
+]