Home
last modified time | relevance | path

Searched refs:check_complex_output (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/clap/tests/builder/
Dtests.rs89 pub fn check_complex_output(args: &str, out: &str) { in check_complex_output() function
261 check_complex_output( in flag_x2_opt()
282 check_complex_output("clap-test value --option some --option other", O2P); in long_opt_x2_pos()
287 check_complex_output("clap-test value --option=some --option=other", O2P); in long_opt_eq_x2_pos()
292 check_complex_output("clap-test value -o some -o other", O2P); in short_opt_x2_pos()
297 check_complex_output("clap-test value -o=some -o=other", O2P); in short_opt_eq_x2_pos()
302 check_complex_output("clap-test value -ff -o some", F2OP); in short_flag_x2_comb_short_opt_pos()
307 check_complex_output("clap-test value -f -o some", FOP); in short_flag_short_opt_pos()
312 check_complex_output("clap-test value --flag --option some", FOP); in long_flag_long_opt_pos()
317 check_complex_output("clap-test value --flag --option=some", FOP); in long_flag_long_opt_eq_pos()
[all …]