@@ -63,7 +63,7 @@ TEST_CASE("Formatter: OptCustomize", "[formatter]") {
63
63
" Usage: [OPTIONS]\n\n "
64
64
" Options:\n "
65
65
" -h,--help Print this help message and exit\n "
66
- " --opt INT (MUST HAVE) Something\n\n " );
66
+ " --opt INT (MUST HAVE) Something\n " );
67
67
}
68
68
69
69
TEST_CASE (" Formatter: OptCustomizeSimple" , " [formatter]" ) {
@@ -82,7 +82,7 @@ TEST_CASE("Formatter: OptCustomizeSimple", "[formatter]") {
82
82
" Usage: [OPTIONS]\n\n "
83
83
" Options:\n "
84
84
" -h,--help Print this help message and exit\n "
85
- " --opt INT (MUST HAVE) Something\n\n " );
85
+ " --opt INT (MUST HAVE) Something\n " );
86
86
}
87
87
88
88
TEST_CASE (" Formatter: OptCustomizeOptionText" , " [formatter]" ) {
@@ -100,7 +100,7 @@ TEST_CASE("Formatter: OptCustomizeOptionText", "[formatter]") {
100
100
" Usage: [OPTIONS]\n\n "
101
101
" Options:\n "
102
102
" -h,--help Print this help message and exit\n "
103
- " --opt (ARG) Something\n\n " );
103
+ " --opt (ARG) Something\n " );
104
104
}
105
105
106
106
TEST_CASE (" Formatter: FalseFlagExample" , " [formatter]" ) {
@@ -140,7 +140,7 @@ TEST_CASE("Formatter: AppCustomize", "[formatter]") {
140
140
" -h,--help Print this help message and exit\n\n "
141
141
" Subcommands:\n "
142
142
" subcom1 This\n "
143
- " subcom2 This\n\n " );
143
+ " subcom2 This\n " );
144
144
}
145
145
146
146
TEST_CASE (" Formatter: AppCustomizeSimple" , " [formatter]" ) {
@@ -159,7 +159,7 @@ TEST_CASE("Formatter: AppCustomizeSimple", "[formatter]") {
159
159
" -h,--help Print this help message and exit\n\n "
160
160
" Subcommands:\n "
161
161
" subcom1 This\n "
162
- " subcom2 This\n\n " );
162
+ " subcom2 This\n " );
163
163
}
164
164
165
165
TEST_CASE (" Formatter: AllSub" , " [formatter]" ) {
0 commit comments