We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5b9f7 commit 3fe68dcCopy full SHA for 3fe68dc
1 file changed
tests/OmniSharp.Roslyn.CSharp.Tests/QuickInfoProviderFacts.cs
@@ -723,7 +723,7 @@ public static void A(string s)
723
724
}";
725
var response = await GetTypeLookUpResponse(content);
726
- Assert.Equal("```csharp\n(local) string? s\n```\n\n_'s' is not null here._", response.Markdown);
+ Assert.Equal("```csharp\n(parameter) string s\n```\n\n_'s' is not null here\\._", response.Markdown);
727
}
728
729
private async Task<QuickInfoResponse> GetTypeLookUpResponse(string content)
0 commit comments