mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
tests ~ refactor/polish spelling (comments, names, and exceptions)
This commit is contained in:
parent
5c9b474cc8
commit
4e20dedf58
63 changed files with 368 additions and 302 deletions
|
@ -38,7 +38,7 @@ fn unexpand_init_list_1() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn unexpand_aflag_0() {
|
||||
fn unexpand_flag_a_0() {
|
||||
new_ucmd!()
|
||||
.args(&["--"])
|
||||
.pipe_in("e E\nf F\ng G\nh H\n")
|
||||
|
@ -47,7 +47,7 @@ fn unexpand_aflag_0() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn unexpand_aflag_1() {
|
||||
fn unexpand_flag_a_1() {
|
||||
new_ucmd!()
|
||||
.args(&["-a"])
|
||||
.pipe_in("e E\nf F\ng G\nh H\n")
|
||||
|
@ -56,7 +56,7 @@ fn unexpand_aflag_1() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn unexpand_aflag_2() {
|
||||
fn unexpand_flag_a_2() {
|
||||
new_ucmd!()
|
||||
.args(&["-t8"])
|
||||
.pipe_in("e E\nf F\ng G\nh H\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue