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

test(id): add tests for id

This commit is contained in:
Sylvestre Ledru 2020-05-08 01:01:47 +02:00
parent 90dfa70bd3
commit 9fb00df9b3
4 changed files with 147 additions and 1 deletions

View file

@ -67,6 +67,7 @@ generic! {
"fold", test_fold;
"hashsum", test_hashsum;
"head", test_head;
"id", test_id;
"join", test_join;
"link", test_link;
"ln", test_ln;