Skip to content

Commit faf5b3e

Browse files
committed
chore: Tests for parse_spec error messages
1 parent c42511c commit faf5b3e

File tree

3 files changed

+173
-17
lines changed

3 files changed

+173
-17
lines changed

Cargo.lock

+35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/env_filter/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ regex = ["dep:regex"]
3333
log = { version = "0.4.8", features = ["std"] }
3434
regex = { version = "1.0.3", optional = true, default-features=false, features=["std", "perf"] }
3535

36+
[dev-dependencies]
37+
snapbox = "0.6"
38+
3639
[lints]
3740
workspace = true

0 commit comments

Comments
 (0)