Skip to content

Commit

Permalink
chore: Tests for parse_spec error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximkaaa committed Jul 20, 2024
1 parent c42511c commit faf5b3e
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 17 deletions.
35 changes: 35 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions crates/env_filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ regex = ["dep:regex"]
log = { version = "0.4.8", features = ["std"] }
regex = { version = "1.0.3", optional = true, default-features=false, features=["std", "perf"] }

[dev-dependencies]
snapbox = "0.6"

[lints]
workspace = true
Loading

0 comments on commit faf5b3e

Please sign in to comment.