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 Mar 29, 2024
1 parent 7e9e7f8 commit 500a487
Show file tree
Hide file tree
Showing 2 changed files with 679 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 @@ -13,6 +13,9 @@ mod basename;
#[path = "coreutils/cat.rs"]
mod cat;

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

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

Expand Down
Loading

0 comments on commit 500a487

Please sign in to comment.