mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
fix clippy complaint
This commit is contained in:
parent
db829321fc
commit
9798ae7987
1 changed files with 4 additions and 6 deletions
|
@ -83,13 +83,11 @@ fn test_field_sequence() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_whitespace_delimited() {
|
fn test_whitespace_delimited() {
|
||||||
for param in ["-w"] {
|
|
||||||
new_ucmd!()
|
new_ucmd!()
|
||||||
.args(&[param, "-f", COMPLEX_SEQUENCE.sequence, INPUT])
|
.args(&["-w", "-f", COMPLEX_SEQUENCE.sequence, INPUT])
|
||||||
.succeeds()
|
.succeeds()
|
||||||
.stdout_only_fixture("whitespace_delimited.expected");
|
.stdout_only_fixture("whitespace_delimited.expected");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_whitespace_with_explicit_delimiter() {
|
fn test_whitespace_with_explicit_delimiter() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue