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

l10n: port tr for translation + add french

This commit is contained in:
Sylvestre Ledru 2025-06-08 11:34:39 +02:00 committed by Sylvestre Ledru
parent a769fc7904
commit aba6128fc1
5 changed files with 173 additions and 46 deletions

View file

@ -1521,7 +1521,7 @@ fn test_multibyte_octal_sequence() {
.args(&["-d", r"\501"])
.pipe_in("(1Ł)")
.succeeds()
.stderr_is("tr: warning: the ambiguous octal escape \\501 is being\n interpreted as the 2-byte sequence \\050, 1\n")
.stderr_is("tr: warning: the ambiguous octal escape \\501 is being interpreted as the 2-byte sequence \\050, 1\n")
.stdout_is("Ł)");
}