mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
fix: typo fixes found by codespell
This commit is contained in:
parent
df44af2321
commit
6e8c901204
13 changed files with 16 additions and 16 deletions
|
@ -22,7 +22,7 @@ fn test_boot() {
|
|||
fn test_heading() {
|
||||
for opt in vec!["-H"] {
|
||||
// allow whitespace variation
|
||||
// * minor whitespace differences occur between platform built-in outputs; specfically number of TABs between "TIME" and "COMMENT" may be variant
|
||||
// * minor whitespace differences occur between platform built-in outputs; specifically number of TABs between "TIME" and "COMMENT" may be variant
|
||||
let actual = new_ucmd!().arg(opt).run().stdout;
|
||||
let expect = expected_result(opt);
|
||||
println!("actual: {:?}", actual);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue