mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Added one last missing test
Signed-off-by: Hanif Bin Ariffin <hanif.ariffin.4326@gmail.com>
This commit is contained in:
parent
d0b3a15994
commit
106ba4b77d
1 changed files with 5 additions and 0 deletions
|
@ -1094,4 +1094,9 @@ fn check_against_gnu_tr_tests_fowler_1() {
|
||||||
fn check_against_gnu_tr_tests_no_abort_1() {
|
fn check_against_gnu_tr_tests_no_abort_1() {
|
||||||
// # Up to coreutils-6.9, this would provoke a failed assertion.
|
// # Up to coreutils-6.9, this would provoke a failed assertion.
|
||||||
// ['no-abort-1', qw(-c a '[b*256]'), {IN=>'abc'}, {OUT=>'abb'}],
|
// ['no-abort-1', qw(-c a '[b*256]'), {IN=>'abc'}, {OUT=>'abb'}],
|
||||||
|
new_ucmd!()
|
||||||
|
.args(&["-c", "a", "[b*256]"])
|
||||||
|
.pipe_in("abc")
|
||||||
|
.succeeds()
|
||||||
|
.stdout_is("abb");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue