aspnetcore/test/Microsoft.AspNet.Razor.Test/Parser
N. Taylor Mullen 392871beb6 Change missing section end brace error to work at EOF.
- Updated existing tests and added a new case to understand `@section {....` scenarios.
- Instead of trying to guess 1 character prior to EOF decided to log error on opening brace since we know its position. Updated error to account for change in location.

#625
2015-12-11 15:10:53 -08:00
..
CSharp Change missing section end brace error to work at EOF. 2015-12-11 15:10:53 -08:00
Html
PartialParsing
BlockTest.cs
CallbackParserListenerTest.cs Updating tests to use moq.netcore 2015-11-23 12:15:26 -08:00
ParserContextTest.cs Updating tests to use moq.netcore 2015-11-23 12:15:26 -08:00
ParserVisitorExtensionsTest.cs Updating tests to use moq.netcore 2015-11-23 12:15:26 -08:00
RazorParserTest.cs Updating tests to use moq.netcore 2015-11-23 12:15:26 -08:00
TagHelperBlockTest.cs
WhitespaceRewriterTest.cs