@@ -801,11 +801,12 @@ public void EnsureThatRightParameterIsReportedForGroups()
801801
802802 Validate ( _printer ,
803803 new TextAndColor ( ConsoleColor . Red , "Error" ) ,
804- new TextAndColor ( ConsoleColor . Black , $ ": Could not find argument -opt1=value { Environment . NewLine } ") ,
804+ new TextAndColor ( ConsoleColor . Black , $ ": Could not find argument -opt1=value { Environment . NewLine } ") ,
805805 new TextAndColor ( ConsoleColor . Black , "Usage: " ) ,
806806 new TextAndColor ( ConsoleColor . Black , " " ) ,
807807 new TextAndColor ( ConsoleColor . White , "testhost.exe" ) ,
808808 new TextAndColor ( ConsoleColor . Black , " " ) ,
809+ new TextAndColor ( ConsoleColor . Black , " " ) ,
809810 new TextAndColor ( ConsoleColor . Green , "Command1" ) ,
810811 new TextAndColor ( ConsoleColor . Black , " " ) ,
811812 new TextAndColor ( ConsoleColor . Cyan , "p1" ) ,
@@ -816,6 +817,7 @@ public void EnsureThatRightParameterIsReportedForGroups()
816817 new TextAndColor ( ConsoleColor . Black , " " ) ,
817818 new TextAndColor ( ConsoleColor . White , "testhost.exe" ) ,
818819 new TextAndColor ( ConsoleColor . Black , " " ) ,
820+ new TextAndColor ( ConsoleColor . Black , " " ) ,
819821 new TextAndColor ( ConsoleColor . Green , "Command2" ) ,
820822 new TextAndColor ( ConsoleColor . Black , " " ) ,
821823 new TextAndColor ( ConsoleColor . Cyan , "opt1" ) ,
@@ -846,6 +848,7 @@ public void ErrorWhenNoRequiredParametersInGroupSpecified()
846848 new TextAndColor ( ConsoleColor . Black , " " ) ,
847849 new TextAndColor ( ConsoleColor . White , "testhost.exe" ) ,
848850 new TextAndColor ( ConsoleColor . Black , " " ) ,
851+ new TextAndColor ( ConsoleColor . Black , " " ) ,
849852 new TextAndColor ( ConsoleColor . Green , "Command1" ) ,
850853 new TextAndColor ( ConsoleColor . Black , " " ) ,
851854 new TextAndColor ( ConsoleColor . Cyan , "p1" ) ,
@@ -856,6 +859,7 @@ public void ErrorWhenNoRequiredParametersInGroupSpecified()
856859 new TextAndColor ( ConsoleColor . Black , " " ) ,
857860 new TextAndColor ( ConsoleColor . White , "testhost.exe" ) ,
858861 new TextAndColor ( ConsoleColor . Black , " " ) ,
862+ new TextAndColor ( ConsoleColor . Black , " " ) ,
859863 new TextAndColor ( ConsoleColor . Green , "Command2" ) ,
860864 new TextAndColor ( ConsoleColor . Black , " " ) ,
861865 new TextAndColor ( ConsoleColor . Cyan , "opt1" ) ,
0 commit comments