@@ -63,7 +63,7 @@ TEST_CASE("Formatter: OptCustomize", "[formatter]") {
6363 " Usage: [OPTIONS]\n\n "
6464 " Options:\n "
6565 " -h,--help Print this help message and exit\n "
66- " --opt INT (MUST HAVE) Something\n\n " );
66+ " --opt INT (MUST HAVE) Something\n " );
6767}
6868
6969TEST_CASE (" Formatter: OptCustomizeSimple" , " [formatter]" ) {
@@ -82,7 +82,7 @@ TEST_CASE("Formatter: OptCustomizeSimple", "[formatter]") {
8282 " Usage: [OPTIONS]\n\n "
8383 " Options:\n "
8484 " -h,--help Print this help message and exit\n "
85- " --opt INT (MUST HAVE) Something\n\n " );
85+ " --opt INT (MUST HAVE) Something\n " );
8686}
8787
8888TEST_CASE (" Formatter: OptCustomizeOptionText" , " [formatter]" ) {
@@ -100,7 +100,7 @@ TEST_CASE("Formatter: OptCustomizeOptionText", "[formatter]") {
100100 " Usage: [OPTIONS]\n\n "
101101 " Options:\n "
102102 " -h,--help Print this help message and exit\n "
103- " --opt (ARG) Something\n\n " );
103+ " --opt (ARG) Something\n " );
104104}
105105
106106TEST_CASE (" Formatter: FalseFlagExample" , " [formatter]" ) {
@@ -140,7 +140,7 @@ TEST_CASE("Formatter: AppCustomize", "[formatter]") {
140140 " -h,--help Print this help message and exit\n\n "
141141 " Subcommands:\n "
142142 " subcom1 This\n "
143- " subcom2 This\n\n " );
143+ " subcom2 This\n " );
144144}
145145
146146TEST_CASE (" Formatter: AppCustomizeSimple" , " [formatter]" ) {
@@ -159,7 +159,7 @@ TEST_CASE("Formatter: AppCustomizeSimple", "[formatter]") {
159159 " -h,--help Print this help message and exit\n\n "
160160 " Subcommands:\n "
161161 " subcom1 This\n "
162- " subcom2 This\n\n " );
162+ " subcom2 This\n " );
163163}
164164
165165TEST_CASE (" Formatter: AllSub" , " [formatter]" ) {
0 commit comments