Add values command (see #7166) (#7583)

This commit is contained in:
Leon
2022-12-24 04:49:19 +10:00
committed by GitHub
parent 852ec3f9a0
commit b16b3c0b7f
11 changed files with 246 additions and 14 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"#, "40")
run_test(r#"each --help | lines | length"#, "43")
}
#[test]