aspnetcore/test/Microsoft.AspNet.Razor.Test/Framework
N. Taylor Mullen 039062c5eb Fix C# design time projections for complex TagHelper attributes.
- TagHelper attributes that have expressions intermingled within them (resulting in Block elements) resulted in Spans in the attribute being falsely marked as SpanKind.Markup.
- Updated tests to account for new SpanKind.Code behavior.
- Added complex scenario to validate SpanKind.Code is flowed through to surround attributes.

#387
2015-06-25 10:27:03 -07:00
..
BlockExtensions.cs
BlockFactory.cs
BlockTypes.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
CodeParserTestBase.cs
CsHtmlCodeParserTestBase.cs
CsHtmlMarkupParserTestBase.cs
ErrorCollector.cs
MarkupParserTestBase.cs
ParserTestBase.cs
RawTextSymbol.cs
TestSpanBuilder.cs Fix C# design time projections for complex TagHelper attributes. 2015-06-25 10:27:03 -07:00