1
Fork 0
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:
Sylvestre Ledru 2022-03-26 11:45:47 +01:00
parent bbee22bb1c
commit c79d146dde
2 changed files with 18 additions and 9 deletions

View file

@ -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