Home
last modified time | relevance | path

Searched refs:short_help (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/debugconsole/
H A Dconsole.h105 #define DCF_BOOL2(function_name, bool_variable, short_help, long_help) \ argument
107 debug_command dcmd_##function_name(#function_name, short_help, dcf_##function_name ); \
129 #define DCF_FLOAT(function_name, float_variable, short_help) \ argument
131 debug_command dcmd_##function_name(#function_name, short_help, dcf_##function_name ); \
152 #define DCF_FLOAT2(function_name, float_variable, lower_bounds, upper_bounds, short_help) \ argument
154 debug_command dcmd_##function_name(#function_name, short_help, dcf_##function_name ); \
174 #define DCF_INT(function_name, int_variable, short_help) \ argument
176 debug_command dcmd_##function_name(#function_name, short_help, dcf_##function_name ); \
197 #define DCF_INT2(function_name, int_variable, lower_bounds, upper_bounds, short_help) \ argument
199 debug_command dcmd_##function_name(#function_name, short_help, dcf_##function_name ); \
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/structopt-0.3.23/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/structopt-0.3.25/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/structopt-0.3.21/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/games/genact/genact-0.10.0/cargo-crates/structopt-0.3.17/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/structopt-0.3.25/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/shells/nsh/nsh-0.4.2/cargo-crates/structopt-0.3.22/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/structopt-0.3.22/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/devel/grex/grex-1.3.0/cargo-crates/structopt-0.3.23/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/structopt-0.3.25/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/www/rearx/rearx-0.1.4/cargo-crates/structopt-0.3.21/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/structopt-0.3.13/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/structopt-0.3.20/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/structopt-0.3.15/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/deskutils/just/just-0.10.5/cargo-crates/structopt-0.3.25/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/structopt-0.3.25/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/structopt-0.3.14/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/textproc/sd/sd-0.7.6/cargo-crates/structopt-0.3.15/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/structopt-0.3.23/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/net/proby/proby-1.0.2/cargo-crates/structopt-0.3.16/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/structopt-0.3.23/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/structopt-0.3.23/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/structopt-0.3.21/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/structopt-0.3.16/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/structopt-0.3.22/tests/
H A Ddoc-comments-help.rs77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()
81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()
82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()
83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()
85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()
109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable
112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()

12345678910>>...13