aspnetcore/test/Microsoft.AspNetCore.Razor..../Legacy
Ryan Nowak d187edbd76 Use the TagHelperBinder to dedupe taghelpers
This change does deduplication of taghelpers during the binding/rewriting
phase. This is needed when a taghelper has multiple sets of html
attributes that are required (behaves like an OR). This is used lots in
MVC.

The old codebase used to do this in the codegen phase, but it seems
beneficial to do as early as possible.
2017-01-26 15:36:42 -08:00
..
BaselineWriter.cs
BlockExtensions.cs
BlockFactory.cs
BlockTest.cs Get rid of locations on Tokens. 2016-12-28 18:22:06 -08:00
BlockTypes.cs
CSharpAutoCompleteTest.cs Get rid of locations on Tokens. 2016-12-28 18:22:06 -08:00
CSharpBlockTest.cs Add a test for using with trailing newline 2016-12-30 16:06:18 -08:00
CSharpCodeWriterTest.cs Make SourceSpan public 2017-01-03 12:46:56 -08:00
CSharpDirectivesTest.cs
CSharpErrorTest.cs
CSharpExplicitExpressionTest.cs
CSharpImplicitExpressionTest.cs
CSharpNestedStatementsTest.cs
CSharpRazorCommentsTest.cs Adds stronger verification for spans 2016-12-28 21:56:35 -08:00
CSharpReservedWordsTest.cs
CSharpSectionTest.cs Adds stronger verification for spans 2016-12-28 21:56:35 -08:00
CSharpSpecialBlockTest.cs
CSharpStatementTest.cs Adds stronger verification for spans 2016-12-28 21:56:35 -08:00
CSharpTemplateTest.cs Adds stronger verification for spans 2016-12-28 21:56:35 -08:00
CSharpToMarkupSwitchTest.cs Adds stronger verification for spans 2016-12-28 21:56:35 -08:00
CSharpTokenizerCommentTest.cs Get rid of locations on Tokens. 2016-12-28 18:22:06 -08:00
CSharpTokenizerIdentifierTest.cs Get rid of locations on Tokens. 2016-12-28 18:22:06 -08:00
CSharpTokenizerLiteralTest.cs Get rid of locations on Tokens. 2016-12-28 18:22:06 -08:00
CSharpTokenizerOperatorsTest.cs Get rid of locations on Tokens. 2016-12-28 18:22:06 -08:00
CSharpTokenizerTest.cs Get rid of locations on Tokens. 2016-12-28 18:22:06 -08:00
CSharpTokenizerTestBase.cs Get rid of locations on Tokens. 2016-12-28 18:22:06 -08:00
CSharpVerbatimBlockTest.cs
CSharpWhitespaceHandlingTest.cs
CaseSensitiveTagHelperDescriptorComparer.cs
CaseSensitiveTagHelperRequiredAttributeDescriptorComparer.cs
CodeParserTestBase.cs
CodeWriterTest.cs
CsHtmlCodeParserTestBase.cs
CsHtmlMarkupParserTestBase.cs
DisposableActionTest.cs
ErrorCollector.cs
ExceptionHelpers.cs
HtmlAttributeTest.cs Clean up SourceLocation 2017-01-03 10:01:48 -08:00
HtmlBlockTest.cs Adds stronger verification for spans 2016-12-28 21:56:35 -08:00
HtmlDocumentTest.cs Adds stronger verification for spans 2016-12-28 21:56:35 -08:00
HtmlErrorTest.cs
HtmlParserTestUtils.cs
HtmlTagsTest.cs
HtmlToCodeSwitchTest.cs
HtmlTokenizerTest.cs Get rid of locations on Tokens. 2016-12-28 18:22:06 -08:00
HtmlTokenizerTestBase.cs Get rid of locations on Tokens. 2016-12-28 18:22:06 -08:00
LineTrackingStringBufferTest.cs
MarkupParserTestBase.cs
MiscUtils.cs
ParserTestBase.cs Add parsing of includes and imports 2017-01-13 11:25:20 -08:00
RawTextSymbol.cs Clean up SourceLocation 2017-01-03 10:01:48 -08:00
RazorErrorTest.cs
RazorParserTest.cs Add parsing of includes and imports 2017-01-13 11:25:20 -08:00
SourceLocationTrackerTest.cs Clean up SourceLocation 2017-01-03 10:01:48 -08:00
StringTextBuffer.cs
TagHelperAttributeDescriptorComparer.cs
TagHelperAttributeDesignTimeDescriptorComparer.cs
TagHelperBlockRewriterTest.cs Clean up SourceLocation 2017-01-03 10:01:48 -08:00
TagHelperBlockTest.cs
TagHelperDescriptorProviderTest.cs Use the TagHelperBinder to dedupe taghelpers 2017-01-26 15:36:42 -08:00
TagHelperDesignTimeDescriptorComparer.cs
TagHelperParseTreeRewriterTest.cs
TagHelperRewritingTestBase.cs
TestSpanBuilder.cs Get rid of locations on Tokens. 2016-12-28 18:22:06 -08:00
TextChangeTest.cs
TextReaderExtensionsTest.cs
TokenizerLookaheadTest.cs Get rid of locations on Tokens. 2016-12-28 18:22:06 -08:00
TokenizerTestBase.cs
WhiteSpaceRewriterTest.cs