We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2825393 commit 00700aaCopy full SHA for 00700aa
test/MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs
@@ -464,7 +464,7 @@ public void TestGeneratCode_WithOptions_OptionsAreValid()
464
// Assert is not polluted.
465
Assert.That( SerializationContext.Default.ContainsSerializer( typeof( GeneratorTestObject ) ), Is.False );
466
Assert.That( resultCS.Single(), Is.EqualTo( filePathCS ) );
467
- Console.WriteLine( File.ReadAllText( filePathCS ) );
+ //Console.WriteLine( File.ReadAllText( filePathCS ) );
468
var linesCS = File.ReadAllLines( filePathCS );
469
// BracingStyle, IndentString
470
Assert.That( linesCS.Any( l => Regex.IsMatch( l, @"^\t+[^\{\s]+.+\{\s*$" ) ) );
0 commit comments