Skip to content

Commit ee242c4

Browse files
authored
Apply suggestions from code review
1 parent f8a89a2 commit ee242c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

StyleCop.Analyzers/StyleCop.Analyzers.Test/SpacingRules/SA1001UnitTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 = @"

0 commit comments

Comments
 (0)