aspnetcore/test/Microsoft.AspNet.Razor.Test
N. Taylor Mullen b0b4ac4f3f Enable TagHelper attributes to render in the order they were originally.
- This was accomplished by changing when/how TagHelper attributes are rendered. Previously they were rendered: Bound => Unbound. Now they're rendered in the order that they exist on the TagHelperChunk.
- Regenerated test files to account for new re-ordering of TagHelper attributes.
- Added duplicate, unbound HTML attribute, unminimized same name test to ComplexTagHelpers.
- Did not add additional tests (other than the one noted above) since the current tests seem to be heavily impacted by the re-organization of code rendering; effectively showcasing the fix.

#225
2015-06-04 15:32:45 -07:00
..
Chunks/Generators
CodeGenerators Enable TagHelper attributes to render in the order they were originally. 2015-06-04 15:32:45 -07:00
Editor
Framework
Parser
TagHelpers Remove special casing of '*' in TagHelperDescriptorProvider. 2015-05-29 15:06:14 -07:00
TestFiles Enable TagHelper attributes to render in the order they were originally. 2015-06-04 15:32:45 -07:00
Text
Tokenizer
Utils Avoid errors when generating baselines 2015-06-01 08:42:23 -07:00
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNet.Razor.Test.xproj
RazorCodeLanguageTest.cs
RazorEngineHostTest.cs
RazorErrorTest.cs
RazorTemplateEngineTest.cs
SourceLocationTest.cs
StringTextBuffer.cs
project.json