Skip to content

Commit

Permalink
Fix two bugs. Add property testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewliebenow committed Sep 25, 2024
1 parent cc9d92c commit 9eb35c7
Show file tree
Hide file tree
Showing 7 changed files with 608 additions and 128 deletions.
105 changes: 81 additions & 24 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 src/uu/base32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ path = "src/base32.rs"
clap = { workspace = true }
uucore = { workspace = true, features = ["encoding"] }

[dev-dependencies]
proptest = "1.5.0"

[[bin]]
name = "base32"
path = "src/main.rs"
Loading

0 comments on commit 9eb35c7

Please sign in to comment.