From 538e6d6e7c75b7cca5470604811205f9dbd55c03 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 8 Jun 2023 03:01:59 +0000 Subject: CTAN sync 202306080301 --- .../commands__find_envs__tests__test.snap | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 support/texlab/crates/commands/src/snapshots/commands__find_envs__tests__test.snap (limited to 'support/texlab/crates/commands/src/snapshots/commands__find_envs__tests__test.snap') 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, + }, +] -- cgit v1.2.3