File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
StyleCop.Analyzers/StyleCop.Analyzers.Test/SpacingRules Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -371,6 +371,7 @@ partial struct Money : IFormattable
371371 }
372372
373373 [ Fact ]
374+ [ WorkItem ( 3816 , "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3816" ) ]
374375 public async Task TestCommaFollowingElifDirectiveAsync ( )
375376 {
376377 var testCode = @"
@@ -392,6 +393,7 @@ partial struct Money : IFormattable
392393 }
393394
394395 [ Fact ]
396+ [ WorkItem ( 3816 , "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3816" ) ]
395397 public async Task TestCommaFollowingElseDirectiveAsync ( )
396398 {
397399 var testCode = @"
@@ -413,6 +415,7 @@ partial struct Money : IFormattable
413415 }
414416
415417 [ Fact ]
418+ [ WorkItem ( 3816 , "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3816" ) ]
416419 public async Task TestCommaFollowingEndIfDirectiveAsync ( )
417420 {
418421 var testCode = @"
@@ -433,6 +436,7 @@ partial struct Money : IFormattable
433436 }
434437
435438 [ Fact ]
439+ [ WorkItem ( 3816 , "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3816" ) ]
436440 public async Task TestCommaNotFollowingDirectiveAsync ( )
437441 {
438442 var testCode = @"
You can’t perform that action at this time.
0 commit comments