aspnetcore/test/Microsoft.AspNetCore.Razor..../CodeGeneration
N. Taylor Mullen cfd63e1e2e Change HTML splitting logic to not split on surrogate pairs.
- When a surrogate pair is about to be split down the middle we reduce the size of our split by 1 character. This way we split right before a surrogate pair. In the case of zero width joiners, if we split on a zero width joiner we still render valid bytes because the zero width joiner by itself can stand alone.
- Added tests for the various split cases.

#2470
2018-07-13 17:18:56 -07:00
..
CSharpCodeWriterTest.cs
CodeTargetTest.cs
DefaultCodeTargetBuilderTest.cs
DefaultCodeTargetTest.cs
DefaultDocumentWriterTest.cs
DesignTimeNodeWriterTest.cs Generate line pragmas even for whitespace. 2018-06-11 14:48:38 -07:00
LiteralRuntimeNodeWriterTest.cs
RuntimeNodeWriterTest.cs Change HTML splitting logic to not split on surrogate pairs. 2018-07-13 17:18:56 -07:00
TagHelperHtmlAttributeRuntimeNodeWriterTest.cs