coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

echo: handle multibyte escape sequences

Open andrewliebenow opened this issue 1 year ago • 3 comments

Bug was reported, with root cause analysis, by kkew3 Added tests were derived from test cases provided by kkew3 See https://github.com/uutils/coreutils/issues/6741

andrewliebenow avatar Oct 20 '24 16:10 andrewliebenow

GNU testsuite comparison:

Congrats! The gnu test tests/timeout/timeout is no longer failing!

github-actions[bot] avatar Oct 20 '24 21:10 github-actions[bot]

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)

github-actions[bot] avatar Oct 20 '24 21:10 github-actions[bot]

GNU testsuite comparison:

Congrats! The gnu test tests/timeout/timeout is no longer failing!

github-actions[bot] avatar Oct 21 '24 04:10 github-actions[bot]

The octal/hexadecimal code ended up being a bit longer, but hopefully it's more clear now. Naming and other issues fixed.

andrewliebenow avatar Oct 21 '24 14:10 andrewliebenow

GNU testsuite comparison:

Congrats! The gnu test tests/timeout/timeout is no longer failing!

github-actions[bot] avatar Oct 21 '24 15:10 github-actions[bot]

GNU testsuite comparison:

GNU test failed: tests/timeout/timeout. tests/timeout/timeout is passing on 'main'. Maybe you have to rebase?
Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

github-actions[bot] avatar Oct 22 '24 09:10 github-actions[bot]

Thanks!

cakebaker avatar Oct 22 '24 09:10 cakebaker