mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 08:52:27 +02:00
each while command (#5771)
* each while command * test value adjustment
This commit is contained in:
@@ -53,7 +53,7 @@ fn in_and_if_else() -> TestResult {
|
||||
|
||||
#[test]
|
||||
fn help_works_with_missing_requirements() -> TestResult {
|
||||
run_test(r#"each --help | lines | length"#, "29")
|
||||
run_test(r#"each --help | lines | length"#, "32")
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user