each while command (#5771)

* each while command

* test value adjustment
This commit is contained in:
Fernando Herrera
2022-06-14 09:16:31 -05:00
committed by GitHub
parent 3c0cbec993
commit ff946a2f21
4 changed files with 237 additions and 1 deletions

View File

@@ -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]