aspnetcore/test/Microsoft.AspNet.Razor.Test/Framework
N. Taylor Mullen fedd53aab8 Update Razor directives to format correctly when entering newline.
- Existing Razor directives layout, inherits, addTagHelper, tagHelperPrefix and removeTagHelper should only ever span a single line and need to cause a re-parse when a newline is entered during design time. To do this modified their AcceptedCharacters to accept anything other than newline rather than anything.
- Updated existing tests to now expect AcceptedCharacters.AnyExceptNewLine when directives are present.
- This change also enables the model directive in Mvc since it also uses the inherit directives core parsing.

#332
2015-04-15 11:32:47 -07:00
..
BlockExtensions.cs
BlockFactory.cs Add tests to validate TagHelper escape functionality. 2015-02-03 14:34:47 -08:00
BlockTypes.cs Removed @helper directive 2015-03-17 13:54:37 -07:00
CodeParserTestBase.cs MQ: Cleanup to use var 2014-10-22 15:35:43 -07:00
CsHtmlCodeParserTestBase.cs Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
CsHtmlMarkupParserTestBase.cs Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
ErrorCollector.cs
MarkupParserTestBase.cs MQ: Cleanup to use var 2014-10-22 15:35:43 -07:00
ParserTestBase.cs Refactor some pieces of Razor. 2015-04-12 16:49:04 -07:00
RawTextSymbol.cs Refactor some pieces of Razor. 2015-04-12 16:49:04 -07:00
TestSpanBuilder.cs Update Razor directives to format correctly when entering newline. 2015-04-15 11:32:47 -07:00