diff --git a/test/Microsoft.AspNetCore.Razor.Test.Common/Language/IntegrationTests/IntegrationTestBase.cs b/test/Microsoft.AspNetCore.Razor.Test.Common/Language/IntegrationTests/IntegrationTestBase.cs index cbe7e5ea1d..7661aba011 100644 --- a/test/Microsoft.AspNetCore.Razor.Test.Common/Language/IntegrationTests/IntegrationTestBase.cs +++ b/test/Microsoft.AspNetCore.Razor.Test.Common/Language/IntegrationTests/IntegrationTestBase.cs @@ -256,7 +256,7 @@ namespace Microsoft.AspNetCore.Razor.Language.IntegrationTests } } - // See # + // See #2594 if (string.Equals("@", expectedSpan) && span.Kind == SpanKindInternal.Code) { // For now we don't verify an escaped transition. In some cases one of the @ tokens in @@foo