aspnetcore/test/Microsoft.AspNet.Razor.Test/Parser/CSharp
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
..
CSharpAutoCompleteTest.cs Change missing section end brace error to work at EOF. 2015-12-11 15:10:53 -08:00
CSharpBlockTest.cs
CSharpDirectivesTest.cs Update tests to not require quotes for TH directives. 2015-11-06 12:19:40 -08:00
CSharpErrorTest.cs [Fixes #472] Added temporary parse error for helper directive 2015-09-21 12:09:31 -07:00
CSharpExplicitExpressionTest.cs
CSharpImplicitExpressionTest.cs
CSharpNestedStatementsTest.cs
CSharpRazorCommentsTest.cs
CSharpReservedWordsTest.cs
CSharpSectionTest.cs Change missing section end brace error to work at EOF. 2015-12-11 15:10:53 -08:00
CSharpSpecialBlockTest.cs
CSharpStatementTest.cs
CSharpTemplateTest.cs
CSharpToMarkupSwitchTest.cs
CSharpVerbatimBlockTest.cs
CSharpWhitespaceHandlingTest.cs