1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

extract Base enum

This commit is contained in:
Terts Diepraam 2023-09-25 11:43:21 +02:00
parent 1ad10dd371
commit 45487d47b8
2 changed files with 26 additions and 10 deletions

View file

@ -270,9 +270,9 @@ fn old_octal_syntax() {
new_ucmd!()
.arg("-e")
.arg("\\101foo")
.arg("\\101 foo")
.succeeds()
.stdout_is("Afoo\n");
.stdout_is("A foo\n");
new_ucmd!()
.arg("-e")