@@ -132,7 +132,7 @@ public class ClassName
132132}" ;
133133
134134 var diagnostic = Diagnostic ( )
135- . WithMessageFormat ( "The parameter documentation for '{0}' should be at position {1}. " ) ;
135+ . WithMessageFormat ( "The parameter documentation for '{0}' should be at position {1}" ) ;
136136
137137 var expected = new [ ]
138138 {
@@ -215,7 +215,7 @@ public class ClassName
215215}" ;
216216
217217 var diagnostic = Diagnostic ( )
218- . WithMessageFormat ( "The parameter documentation for '{0}' should be at position {1}. " ) ;
218+ . WithMessageFormat ( "The parameter documentation for '{0}' should be at position {1}" ) ;
219219
220220 var expected = new [ ]
221221 {
@@ -248,7 +248,7 @@ public class ClassName
248248}" ;
249249
250250 var diagnostic = Diagnostic ( )
251- . WithMessageFormat ( "The parameter documentation for '{0}' should be at position {1}. " ) ;
251+ . WithMessageFormat ( "The parameter documentation for '{0}' should be at position {1}" ) ;
252252
253253 var expected = diagnostic . WithLocation ( 13 , 22 ) . WithArguments ( "bar" , 2 ) ;
254254
@@ -353,7 +353,7 @@ public class ClassName
353353}" ;
354354
355355 var diagnostic = Diagnostic ( )
356- . WithMessageFormat ( "The parameter documentation for '{0}' should be at position {1}. " ) ;
356+ . WithMessageFormat ( "The parameter documentation for '{0}' should be at position {1}" ) ;
357357
358358 var expected = new [ ]
359359 {
@@ -400,7 +400,7 @@ public class ClassName
400400}" ;
401401
402402 var diagnostic = Diagnostic ( )
403- . WithMessageFormat ( "The parameter documentation for '{0}' should be at position {1}. " ) ;
403+ . WithMessageFormat ( "The parameter documentation for '{0}' should be at position {1}" ) ;
404404
405405 var expected = diagnostic . WithLocation ( 8 , 22 ) . WithArguments ( "bar" , 2 ) ;
406406
0 commit comments