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 Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
BlockFactory.cs Add tests to validate minimized attributes. 2015-05-15 12:23:11 -07:00
BlockTypes.cs Addressed code review comments. 2015-05-29 12:50:01 -07:00
CodeParserTestBase.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
CsHtmlCodeParserTestBase.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
CsHtmlMarkupParserTestBase.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
ErrorCollector.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
MarkupParserTestBase.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
ParserTestBase.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
RawTextSymbol.cs `throw new ArgumentNullException(...)` -> `[NotNull]` 2015-05-06 14:21:05 -07:00
TestSpanBuilder.cs Fix C# design time projections for complex TagHelper attributes. 2015-06-25 10:27:03 -07:00