aspnetcore/test/Microsoft.AspNet.Razor.Test/Parser/Html
Ajay Bhargav Baaskaran e2881b0eca Extra newline no longer rendered at the end of a code block
- #485
- Using a flag to consume whitespace and newline at the end of a verbatim block
- Added tests to validate nested blocks
2015-09-10 10:39:37 -07:00
..
HtmlAttributeTest.cs Parse the whitespace surrounding equals in attribute correctly 2015-09-08 11:43:37 -07:00
HtmlBlockTest.cs Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
HtmlDocumentTest.cs Extra newline no longer rendered at the end of a code block 2015-09-10 10:39:37 -07:00
HtmlErrorTest.cs Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
HtmlParserTestUtils.cs
HtmlTagsTest.cs Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
HtmlToCodeSwitchTest.cs