aspnetcore/test/Microsoft.AspNet.Razor.Test/Parser/CSharp
N. Taylor Mullen acefdf5f2e Fix tests to work with new TagBlock parsing format.
- These are the fixes to the tests that could not be fixed by altering the core parsing code base.
- Most involve adding TagBlock's, breaking out existing markup blocks and altering some AcceptedCharacter formats.
- Was able to loosen the restrictions on AcceptedCharacter's to allow the body of html tags to accept any character.

#75
2014-08-27 14:13:36 -07:00
..
CSharpAutoCompleteTest.cs Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
CSharpBlockTest.cs Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
CSharpDirectivesTest.cs Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
CSharpErrorTest.cs Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
CSharpExplicitExpressionTest.cs
CSharpHelperTest.cs Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
CSharpImplicitExpressionTest.cs
CSharpLayoutDirectiveTest.cs
CSharpNestedStatementsTest.cs Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
CSharpRazorCommentsTest.cs Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
CSharpReservedWordsTest.cs
CSharpSectionTest.cs Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
CSharpSpecialBlockTest.cs Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
CSharpStatementTest.cs
CSharpTemplateTest.cs Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
CSharpToMarkupSwitchTest.cs Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
CSharpVerbatimBlockTest.cs
CSharpWhitespaceHandlingTest.cs