mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
fixup! tests: adds tests for propogating values down
This commit is contained in:
parent
f967235a90
commit
2fc5acaff7
1 changed files with 1 additions and 1 deletions
|
@ -513,5 +513,5 @@ fn issue_777_wrap_all_things() {
|
|||
.author("Some Very Long Name and crazy long email <email@server.com>")
|
||||
.about("Show how the about text is not wrapped")
|
||||
.set_term_width(35);
|
||||
test::check_err_output(app, "ctest --help", ISSUE_777, false);
|
||||
assert!(test::compare_output(app, "ctest --help", ISSUE_777, false));
|
||||
}
|
Loading…
Reference in a new issue