mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
ls: add support for --quoting-style=shell-escape b --color=auto
This commit is contained in:
parent
bbee22bb1c
commit
c79d146dde
2 changed files with 18 additions and 9 deletions
|
@ -2933,9 +2933,8 @@ fn test_ls_quoting() {
|
|||
.stdout_contains("\'need quoting\'");
|
||||
}
|
||||
|
||||
//#[test]
|
||||
// Enable when support with color is added
|
||||
fn test_ls_quoting_auto() {
|
||||
#[test]
|
||||
fn test_ls_quoting_color() {
|
||||
let scene = TestScenario::new(util_name!());
|
||||
|
||||
scene
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue