@@ -24,8 +24,8 @@ public void Partition_sequence_returns_sequence()
2424 } ;
2525 var specs = new [ ]
2626 {
27- new OptionSpecification ( string . Empty , "stringvalue" , false , string . Empty , Maybe . Nothing < int > ( ) , Maybe . Nothing < int > ( ) , '\0 ' , null , string . Empty , string . Empty , new List < string > ( ) , typeof ( string ) , TargetType . Scalar , Maybe . Nothing < string > ( ) ) ,
28- new OptionSpecification ( "i" , string . Empty , false , string . Empty , Maybe . Just ( 3 ) , Maybe . Just ( 4 ) , '\0 ' , null , string . Empty , string . Empty , new List < string > ( ) , typeof ( IEnumerable < int > ) , TargetType . Sequence , Maybe . Nothing < string > ( ) )
27+ new OptionSpecification ( string . Empty , "stringvalue" , false , string . Empty , Maybe . Nothing < int > ( ) , Maybe . Nothing < int > ( ) , '\0 ' , null , string . Empty , string . Empty , new List < string > ( ) , typeof ( string ) , TargetType . Scalar , string . Empty ) ,
28+ new OptionSpecification ( "i" , string . Empty , false , string . Empty , Maybe . Just ( 3 ) , Maybe . Just ( 4 ) , '\0 ' , null , string . Empty , string . Empty , new List < string > ( ) , typeof ( IEnumerable < int > ) , TargetType . Sequence , string . Empty )
2929 } ;
3030
3131 // Exercize system
@@ -51,8 +51,8 @@ public void Partition_sequence_returns_sequence_with_duplicates()
5151 } ;
5252 var specs = new [ ]
5353 {
54- new OptionSpecification ( string . Empty , "stringvalue" , false , string . Empty , Maybe . Nothing < int > ( ) , Maybe . Nothing < int > ( ) , '\0 ' , null , string . Empty , string . Empty , new List < string > ( ) , typeof ( string ) , TargetType . Scalar , Maybe . Nothing < string > ( ) ) ,
55- new OptionSpecification ( "i" , string . Empty , false , string . Empty , Maybe . Just ( 3 ) , Maybe . Just ( 4 ) , '\0 ' , null , string . Empty , string . Empty , new List < string > ( ) , typeof ( IEnumerable < int > ) , TargetType . Sequence , Maybe . Nothing < string > ( ) )
54+ new OptionSpecification ( string . Empty , "stringvalue" , false , string . Empty , Maybe . Nothing < int > ( ) , Maybe . Nothing < int > ( ) , '\0 ' , null , string . Empty , string . Empty , new List < string > ( ) , typeof ( string ) , TargetType . Scalar , string . Empty ) ,
55+ new OptionSpecification ( "i" , string . Empty , false , string . Empty , Maybe . Just ( 3 ) , Maybe . Just ( 4 ) , '\0 ' , null , string . Empty , string . Empty , new List < string > ( ) , typeof ( IEnumerable < int > ) , TargetType . Sequence , string . Empty )
5656 } ;
5757
5858 // Exercize system
0 commit comments