5 references to EscapeWhitespace
Microsoft.AspNetCore.Razor.Test.Common (5)
Language\IntegrationTests\IntegrationTestBase.cs (5)
538$"'{EscapeWhitespace(actualSpan)}' instead of '{EscapeWhitespace(expectedSpan)}'."); 559throw new XunitException($"Missing span {sourceSpan} has different content '{EscapeWhitespace(expectedSpan)}' " + 560$"than expected '{EscapeWhitespace(expectedMissingSpan)}'."); 568$"Could not find the span {sourceSpan} - containing '{EscapeWhitespace(expectedSpan)}' " +