From 40080f3637b25ceed9a1d0bff9dbffd4c10513ac Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Thu, 13 Sep 2018 16:04:17 -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 7661aba011..8adc748378 100644 --- a/test/Microsoft.AspNetCore.Razor.Test.Common/Language/IntegrationTests/IntegrationTestBase.cs +++ b/test/Microsoft.AspNetCore.Razor.Test.Common/Language/IntegrationTests/IntegrationTestBase.cs @@ -245,7 +245,7 @@ namespace Microsoft.AspNetCore.Razor.Language.IntegrationTests var location = new SourceSpan(span.Start, span.Length); var expectedSpan = sourceContent.Substring(span.Start.AbsoluteIndex, span.Length); - // See # + // See #2593 if (string.IsNullOrWhiteSpace(expectedSpan)) { // For now we don't verify whitespace inside of a directive. We know that directives cheat