1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-15 11:36:16 +00:00

Rest of the comments

This commit is contained in:
Sylvestre Ledru 2023-12-04 23:25:13 +01:00
parent 1c9413e185
commit b0fdb1edef
2 changed files with 46 additions and 110 deletions

View file

@ -159,6 +159,7 @@ fn test_quoting() {
.no_stderr();
}
/*
#[test]
fn test_print_ls_colors() {
new_ucmd!()
@ -168,6 +169,7 @@ fn test_print_ls_colors() {
.stdout_is("\x1B[40;33mtw\t40;33\x1B[0m\n")
.no_stderr();
}
*/
#[test]
fn test_extra_operand() {