mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge branch 'main' into join-null-field-sep
This commit is contained in:
commit
08efa1fe5a
8 changed files with 55 additions and 12 deletions
|
@ -357,3 +357,13 @@ fn null_field_separators() {
|
|||
.succeeds()
|
||||
.stdout_only_fixture("null-sep.expected");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn null_line_endings() {
|
||||
new_ucmd!()
|
||||
.arg("-z")
|
||||
.arg("non-unicode_1.bin")
|
||||
.arg("non-unicode_2.bin")
|
||||
.succeeds()
|
||||
.stdout_only_fixture("z.expected");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue