Skip to content

Commit

Permalink
Update src/LanguageServer/ProtocolUnitTests/Hover/HoverTests.cs
Browse files Browse the repository at this point in the history
Co-authored-by: David Barbet <dabarbet@microsoft.com>
  • Loading branch information
JoeRobich and dibarbet committed Sep 24, 2024
1 parent 14b8958 commit bd5499a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LanguageServer/ProtocolUnitTests/Hover/HoverTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ void A.AMethod(int i)
Assert.Equal(expectedMarkdown, results.Contents.Fourth.Value);
}

[Theory, CombinatorialData]
[Theory, CombinatorialData, WorkItem("https://github.com/dotnet/roslyn/issues/75181")]
public async Task TestGetHoverAsync_UsingMarkupContentDoesNotEscapeCodeBlock(bool mutatingLspWorkspace)
{
var markup =
Expand Down

0 comments on commit bd5499a

Please sign in to comment.