Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/tests/derive/
Dhelp.rs23 let should_be_in_section_b = cmd in arg_help_heading_applied() localVariable
27 assert_eq!(should_be_in_section_b.get_help_heading(), None); in arg_help_heading_applied()
92 should_be_in_section_b: u32, in app_help_heading_flattened() field
128 let should_be_in_section_b = cmd in app_help_heading_flattened() localVariable
132 assert_eq!(should_be_in_section_b.get_help_heading(), Some("HEADING B")); in app_help_heading_flattened()
134 let should_be_in_section_b = cmd in app_help_heading_flattened() localVariable
138 assert_eq!(should_be_in_section_b.get_help_heading(), Some("HEADING B")); in app_help_heading_flattened()