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:
commit
c14aec47f0
5 changed files with 173 additions and 46 deletions
|
@ -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("Ł)");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue