mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 14:52:12 +02:00
Add skip-empty flag to lines command (#543)
* Add skip-empty flag to lines command * Fix failing length test
This commit is contained in:
@@ -1038,7 +1038,7 @@ fn long_flag() -> TestResult {
|
||||
|
||||
#[test]
|
||||
fn help_works_with_missing_requirements() -> TestResult {
|
||||
run_test(r#"each --help | lines | length"#, "10")
|
||||
run_test(r#"each --help | lines | length"#, "15")
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user