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

Merge pull request #8112 from sylvestre/l10n-tr

l10n: port tr for translation + add french
This commit is contained in:
Daniel Hofstetter 2025-06-09 15:06:09 +02:00 committed by GitHub
commit c14aec47f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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("Ł)");
}