Skip to content

Commit

Permalink
Fixup symbols test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz committed Dec 11, 2023
1 parent cd8cf20 commit b751e89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class DocumentSymbolEndpointTest(ITestOutputHelper testOutput) : SingleSe
public Task DocumentSymbols_CSharpMethods()
=> VerifyDocumentSymbolsAsync(
"""
@functions {
{|AspNetCore.test:|}@functions {
private void {|HandleString(string s):HandleString|}(string s)
{
s += "Hello";
Expand Down

0 comments on commit b751e89

Please sign in to comment.