mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-15 17:51:07 +00:00
Add a test for `factor`. This commit also pulls factor's Sieve implementation into its own module so that the factor test can use it. Finally, slight refactoring for clarity in gen_table.rs. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| cat.rs | ||
| cp.rs | ||
| env.rs | ||
| factor.rs | ||
| mkdir.rs | ||
| mv.rs | ||
| nl.rs | ||
| paste.rs | ||
| seq.rs | ||
| sort.rs | ||
| test.rs | ||
| tr.rs | ||
| truncate.rs | ||
| unexpand.rs | ||