aspnetcore/test/Microsoft.AspNetCore.Razor..../Legacy
N. Taylor Mullen b68290ddb7 Make `RazorParserOptions` creation more like RazorEngine
- Removed verbose `Create` methods in favor of the `RazorParserOptionsBuilder`. This is similar to how the `RazorEngine` functions.
- Added a `CreateDesignTime` method.
- Updated existing tests to use new Create syntax.

#1510
2017-07-06 14:33:33 -07:00
..
BaselineWriter.cs
BlockExtensions.cs
BlockFactory.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
BlockTest.cs Add file scoped extensible directives. 2017-06-22 11:42:37 -07:00
BlockTypes.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
CSharpAutoCompleteTest.cs Implement consistent error story for directives. 2017-06-19 21:14:06 -07:00
CSharpBlockTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
CSharpDirectivesTest.cs Add duplicate directive error for th prefix. 2017-06-28 16:12:02 -07:00
CSharpErrorTest.cs Implement consistent error story for directives. 2017-06-19 21:14:06 -07:00
CSharpExplicitExpressionTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
CSharpImplicitExpressionTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
CSharpLanguageCharacteristicsTest.cs
CSharpNestedStatementsTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
CSharpRazorCommentsTest.cs Don't ignore whitespace at the start of '<text>' tag 2017-06-08 11:56:24 -07:00
CSharpReservedWordsTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
CSharpSectionTest.cs Implement consistent error story for directives. 2017-06-19 21:14:06 -07:00
CSharpSpecialBlockTest.cs Update built-in directives to use DirectiveUsage. 2017-06-22 11:42:37 -07:00
CSharpStatementTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
CSharpTemplateTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
CSharpToMarkupSwitchTest.cs Don't ignore whitespace at the start of '<text>' tag 2017-06-08 11:56:24 -07:00
CSharpTokenizerCommentTest.cs
CSharpTokenizerIdentifierTest.cs
CSharpTokenizerLiteralTest.cs
CSharpTokenizerOperatorsTest.cs
CSharpTokenizerTest.cs
CSharpTokenizerTestBase.cs
CSharpVerbatimBlockTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
CSharpWhitespaceHandlingTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
CodeParserTestBase.cs Split the functions/section/inherits directives 2017-06-13 18:05:34 -07:00
CsHtmlCodeParserTestBase.cs
CsHtmlMarkupParserTestBase.cs
DirectiveCSharpTokenizerTest.cs
DirectiveHtmlTokenizerTest.cs
DisposableActionTest.cs
ErrorCollector.cs
ExceptionHelpers.cs
HtmlAttributeTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
HtmlBlockTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
HtmlDocumentTest.cs Split the functions/section/inherits directives 2017-06-13 18:05:34 -07:00
HtmlErrorTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
HtmlParserTestUtils.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
HtmlTagsTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
HtmlToCodeSwitchTest.cs Split the functions/section/inherits directives 2017-06-13 18:05:34 -07:00
HtmlTokenizerTest.cs
HtmlTokenizerTestBase.cs
LineTrackingStringBufferTest.cs
MarkupParserTestBase.cs Split the functions/section/inherits directives 2017-06-13 18:05:34 -07:00
MiscUtils.cs
ParserTestBase.cs Make `RazorParserOptions` creation more like RazorEngine 2017-07-06 14:33:33 -07:00
RawTextSymbol.cs
RazorErrorTest.cs
RazorParserTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
SourceLocationTrackerTest.cs
StringTextBuffer.cs
TagHelperBlockRewriterTest.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
TagHelperBlockTest.cs
TagHelperParseTreeRewriterTest.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
TagHelperRewritingTestBase.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
TestSpanBuilder.cs Implement consistent error story for directives. 2017-06-19 21:14:06 -07:00
TextReaderExtensionsTest.cs
TokenizerLookaheadTest.cs
TokenizerTestBase.cs
WhiteSpaceRewriterTest.cs