mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
more: implement argument -s / --squeeze
This commit is contained in:
parent
81d5274b04
commit
03dec5128c
2 changed files with 70 additions and 15 deletions
|
@ -17,6 +17,9 @@ fn test_valid_arg() {
|
|||
|
||||
new_ucmd!().arg("-p").succeeds();
|
||||
new_ucmd!().arg("--clean-print").succeeds();
|
||||
|
||||
new_ucmd!().arg("-s").succeeds();
|
||||
new_ucmd!().arg("--squeeze").succeeds();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue