Skip to content

Commit 2e7dd28

Browse files
Update WorkItem URLs to reference issue #25010
Co-authored-by: CyrusNajmabadi <4564579+CyrusNajmabadi@users.noreply.github.com>
1 parent cbb3ac3 commit 2e7dd28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Workspaces/CSharpTest/Formatting/FormattingTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11580,7 +11580,7 @@ void M()
1158011580
}
1158111581
""");
1158211582

11583-
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/22713")]
11583+
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/25010")]
1158411584
public Task LambdaWithCommentAndStatement()
1158511585
=> AssertFormatAsync("""
1158611586
using System;
@@ -11614,7 +11614,7 @@ public static void Main()
1161411614
}
1161511615
""");
1161611616

11617-
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/22713")]
11617+
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/25010")]
1161811618
public Task LambdaWithMultipleCommentsAndStatements()
1161911619
=> AssertFormatAsync("""
1162011620
using System;
@@ -11650,7 +11650,7 @@ public static void Main()
1165011650
}
1165111651
""");
1165211652

11653-
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/22713")]
11653+
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/25010")]
1165411654
public Task IfStatementWithCommentNotAffected()
1165511655
=> AssertFormatAsync("""
1165611656
using System;

0 commit comments

Comments
 (0)