aspnetcore/test/Microsoft.AspNet.Razor.Test/Parser
N. Taylor Mullen 7d7b2795e1 Change tests to utilize Environment.NewLine.
- Normalized newlines for code generation tests. We default all tests to use \r\n. This way we can have a consistent test experience cross plat.
- For tests that expected indexes that were affected by new lines I modified them to account for cross plat scenarios.
- Added a few test classes to ensure we could normalize newlines for codegen tests.

#106
2015-04-03 23:50:21 -07:00
..
CSharp Change tests to utilize Environment.NewLine. 2015-04-03 23:50:21 -07:00
Html Change tests to utilize Environment.NewLine. 2015-04-03 23:50:21 -07:00
PartialParsing Change tests to utilize Environment.NewLine. 2015-04-03 23:50:21 -07:00
BlockTest.cs
CallbackParserListenerTest.cs Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:54:58 -07:00
ParserContextTest.cs Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:54:58 -07:00
ParserVisitorExtensionsTest.cs Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:54:58 -07:00
RazorErrorTest.cs Update RazorError to be deserialized. 2015-03-23 15:25:52 -07:00
RazorParserTest.cs Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:54:58 -07:00
WhitespaceRewriterTest.cs