mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Replace commented-out code with TODO comments
This commit is contained in:
parent
e53dd5ffe1
commit
186d749e94
2 changed files with 4 additions and 16 deletions
|
@ -1495,9 +1495,8 @@ fn test_multibyte_octal_sequence() {
|
|||
.pipe_in("(1Ł)")
|
||||
.succeeds()
|
||||
// TODO
|
||||
// Cannot log warning because of how nom is parsing the arguments
|
||||
// .stderr_is(r"tr: warning: the ambiguous octal escape \501 is being interpreted as the 2-byte sequence \50, 1
|
||||
// ")
|
||||
// A warning needs to be printed here
|
||||
// See https://github.com/uutils/coreutils/issues/6821
|
||||
.stdout_is("Ł)");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue