1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Merge pull request #1504 from sylvestre/fmt

test(fmt): add some small initial tests
This commit is contained in:
Roy Ivy III 2020-05-10 12:25:18 -05:00 committed by GitHub
commit 7b96432eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 0 deletions

View file

@ -64,6 +64,7 @@ generic! {
"expr", test_expr;
"factor", test_factor;
"false", test_false;
"fmt", test_fmt;
"fold", test_fold;
"hashsum", test_hashsum;
"head", test_head;