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

test(fmt): Add some tests for fmt

Even if it is a bit broken for now
This commit is contained in:
Sylvestre Ledru 2020-05-05 23:15:50 +02:00 committed by Sylvestre Ledru
parent a93d007cde
commit 9b0129716f
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;