Skip to content

Commit

Permalink
write date output format logic with exhaustive tests
Browse files Browse the repository at this point in the history
Also, exhausting tests.
  • Loading branch information
BenWiederhake committed May 9, 2024
1 parent 3d8e440 commit 88c7618
Show file tree
Hide file tree
Showing 2 changed files with 715 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/coreutils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ mod cat;
#[path = "coreutils/cksum.rs"]
mod cksum;

#[path = "coreutils/date.rs"]
mod date;

#[path = "coreutils/dd.rs"]
mod dd;

Expand Down
Loading

0 comments on commit 88c7618

Please sign in to comment.