mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
ls: fix unit tests to match last change
This commit is contained in:
parent
f34c992932
commit
29b5b6b276
1 changed files with 2 additions and 2 deletions
|
@ -650,9 +650,9 @@ mod tests {
|
||||||
("one\\two", "literal-show"),
|
("one\\two", "literal-show"),
|
||||||
("one\\\\two", "escape"),
|
("one\\\\two", "escape"),
|
||||||
("\"one\\\\two\"", "c"),
|
("\"one\\\\two\"", "c"),
|
||||||
("one\\two", "shell"),
|
("'one\\two'", "shell"),
|
||||||
("\'one\\two\'", "shell-always"),
|
("\'one\\two\'", "shell-always"),
|
||||||
("one\\two", "shell-escape"),
|
("'one\\two'", "shell-escape"),
|
||||||
("'one\\two'", "shell-escape-always"),
|
("'one\\two'", "shell-escape-always"),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue