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:
parent
1c9413e185
commit
b0fdb1edef
2 changed files with 46 additions and 110 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue