aspnetcore/test/Microsoft.AspNetCore.Razor....
Ryan Nowak 2b2cf6efec Correct an issue with codegen for taghelperprefix
The issue here is that when a taghelper prefix is in use it will be
including in the HTML output, when it should be chopped off.

See the diff in the codegen for examples.
2017-01-27 11:13:46 -08:00
..
IntegrationTests Flow parser errors over to the CSharpDocument 2017-01-26 15:32:03 -08:00
Intermediate Correct an issue with codegen for taghelperprefix 2017-01-27 11:13:46 -08:00
Legacy Use the TagHelperBinder to dedupe taghelpers 2017-01-26 15:36:42 -08:00
Properties
TestFiles Correct an issue with codegen for taghelperprefix 2017-01-27 11:13:46 -08:00
DefaultDirectiveIRPassTest.cs
DefaultDirectiveSyntaxTreePassTest.cs
DefaultDocumentClassifierTest.cs
DefaultInstrumentationPassTest.cs
DefaultItemCollectionTest.cs
DefaultRazorCodeDocumentTest.cs
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIRPhaseTest.cs
DefaultRazorParsingPhaseTest.cs
DefaultRazorRuntimeCSharpLoweringPhaseTest.cs
DefaultRazorSourceDocumentTest.cs
DefaultRazorSyntaxTreePhaseTest.cs
DirectiveDescriptorBuilderTest.cs
HtmlNodeOptimizationPassTest.cs
Microsoft.AspNetCore.Razor.Evolution.Test.csproj Add Microsoft.CodeAnalysis.Razor 2017-01-20 15:26:39 -08:00
RazorCodeDocumentExtensionsTest.cs
RazorCodeDocumentTest.cs
RazorEngineBuilderExtensions.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
RazorEngineBuilderExtensionsTest.cs
RazorEngineTest.cs
RazorProjectItemTest.cs
RazorSourceDocumentTest.cs
RazorSyntaxTreeTest.cs
SourceLocationTest.cs
SourceSpanTest.cs
SyntaxTreeVerifier.cs
TagHelperBinderSyntaxTreePassTest.cs Use the TagHelperBinder to dedupe taghelpers 2017-01-26 15:36:42 -08:00
TagHelperDescriptorTest.cs
TagHelperRequiredAttributeDescriptorTest.cs
TestFile.cs
TestRazorCodeDocument.cs
TestRazorSourceDocument.cs Enabled Razor.Evolution tests on linux 2017-01-26 12:34:35 -08:00
TestTagHelperDescriptorResolver.cs Add support for TagHelper directives 2017-01-20 17:44:35 -08:00
TestTagHelperFeature.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00