aspnetcore/test/Microsoft.AspNet.Razor.Test/Parser/CSharp
N. Taylor Mullen 0c95315500 Update tests to not require quotes for TH directives.
- Updated .cshtml files to not provide quotes for the various `TagHelper` directives.
- Updated `TagHelper` directive parsing tests. This also involved removing several tests that expected errors which no longer occur since we don't have to ensure quotes are balanced.
- Updated line mappings which significantly changed due to us no longer generating line pragmas at design time for `TagHelper` directives.

#561
2015-11-06 12:19:40 -08:00
..
CSharpAutoCompleteTest.cs Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
CSharpBlockTest.cs Change HTML in nested C# blocks to properly handle dots. 2015-09-07 19:18:09 -07:00
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 Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
CSharpImplicitExpressionTest.cs Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
CSharpNestedStatementsTest.cs
CSharpRazorCommentsTest.cs Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
CSharpReservedWordsTest.cs Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
CSharpSectionTest.cs Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
CSharpSpecialBlockTest.cs Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
CSharpStatementTest.cs Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
CSharpTemplateTest.cs Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
CSharpToMarkupSwitchTest.cs Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
CSharpVerbatimBlockTest.cs Update tests to reflect new length provided `RazorError`s. 2015-09-02 12:05:53 -07:00
CSharpWhitespaceHandlingTest.cs