From 8d537a3c43d2b290b3aaef1bec01c53a45b7163d Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Thu, 13 Sep 2018 16:03:36 -0700 Subject: [PATCH] Add Issue numbers --- .../Language/IntegrationTests/IntegrationTestBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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