aspnetcore/test/Microsoft.AspNetCore.Razor....
Ryan Nowak e35ee53ee5 DefaultRazorIRLoweringPhase is too agressive
This change fixes a bug where DefaultRazorIRLoweringPhase is too
aggressive in merging HTML spans. You can hit the bug by delimiting two
html spans with a metacode character like:

<foo>@{ <bar/> }</foo>

The lowering phase will combine these HTML nodes, which is invalid as they
don't have contiguous spans.

The change here is to merge spans only when they both have an invalid
location or are contiguous.
2017-02-16 10:53:09 -08:00
..
CodeGeneration Part 2 of RuntimeTarget 2017-02-15 18:08:19 -08:00
IntegrationTests Refactor IR phases 2017-02-14 14:51:36 -08:00
Intermediate Part 2 of RuntimeTarget 2017-02-15 18:08:19 -08:00
Legacy [Fixes #924] Correct RightShiftAssign operator 2017-02-15 16:31:40 -08:00
Properties
TestFiles DefaultRazorIRLoweringPhase is too agressive 2017-02-16 10:53:09 -08:00
DefaultDirectiveIRPassTest.cs Refactor IR phases 2017-02-14 14:51:36 -08:00
DefaultDirectiveSyntaxTreePassTest.cs Add parsing of includes and imports 2017-01-13 11:25:20 -08:00
DefaultDocumentClassifierPassTest.cs Introduces RuntimeTarget and abstraction for APIs 2017-02-13 15:34:51 -08:00
DefaultInstrumentationPassTest.cs Refactor IR phases 2017-02-14 14:51:36 -08:00
DefaultItemCollectionTest.cs
DefaultRazorCSharpLoweringPhaseTest.cs Introduces RuntimeTarget and abstraction for APIs 2017-02-13 15:34:51 -08:00
DefaultRazorCodeDocumentTest.cs Remove support for includes 2017-01-18 09:11:03 -08:00
DefaultRazorDiagnosticTest.cs Add RazorDiagnostic type 2017-01-31 15:53:22 -08:00
DefaultRazorDirectiveClassifierPhaseTest.cs Refactor IR phases 2017-02-14 14:51:36 -08:00
DefaultRazorDocumentClassifierPhaseTest.cs Refactor IR phases 2017-02-14 14:51:36 -08:00
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIRLoweringPhaseIntegrationTest.cs Introduces RuntimeTarget and abstraction for APIs 2017-02-13 15:34:51 -08:00
DefaultRazorIROptimizationPhaseTest.cs Refactor IR phases 2017-02-14 14:51:36 -08:00
DefaultRazorParsingPhaseTest.cs Remove support for includes 2017-01-18 09:11:03 -08:00
DefaultRazorSourceDocumentTest.cs
DefaultRazorSyntaxTreePhaseTest.cs
DirectiveDescriptorBuilderTest.cs Remove literal directive tokens. 2017-02-03 12:02:16 -08:00
DirectiveRemovalIROptimizationPassTest.cs Refactor IR phases 2017-02-14 14:51:36 -08:00
DocumentClassifierPassBaseTest.cs Part 2 of RuntimeTarget 2017-02-15 18:08:19 -08:00
HtmlNodeOptimizationPassTest.cs
LegacyRazorDiagnosticTest.cs Add RazorDiagnostic type 2017-01-31 15:53:22 -08:00
Microsoft.AspNetCore.Razor.Evolution.Test.csproj Temporarily disable tests on .NET Core that rely on .NET Core 2.0 API 2017-02-15 10:04:59 -08:00
RazorCodeDocumentExtensionsTest.cs Remove support for includes 2017-01-18 09:11:03 -08:00
RazorCodeDocumentTest.cs Remove support for includes 2017-01-18 09:11:03 -08:00
RazorDiagnosticDescriptorTest.cs Add RazorDiagnostic type 2017-01-31 15:53:22 -08:00
RazorDiagnosticTest.cs Add RazorDiagnostic type 2017-01-31 15:53:22 -08:00
RazorEngineBuilderExtensions.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
RazorEngineBuilderExtensionsTest.cs Part 2 of RuntimeTarget 2017-02-15 18:08:19 -08:00
RazorEngineTest.cs Part 2 of RuntimeTarget 2017-02-15 18:08:19 -08:00
RazorProjectItemTest.cs Add an API to RazorProject to navigate hierarchical files 2017-02-03 11:25:15 -08:00
RazorProjectTest.cs Add an API to RazorProject to navigate hierarchical files 2017-02-03 11:25:15 -08:00
RazorSourceDocumentTest.cs Allow RazorSourceDocument to consume empty streams. 2017-02-13 12:11:38 -08:00
RazorSyntaxTreeTest.cs
SourceLocationTest.cs
SourceSpanTest.cs Make SourceSpan public 2017-01-03 12:46:56 -08:00
SyntaxTreeVerifier.cs
TagHelperBinderSyntaxTreePassTest.cs [Fixes #958] Added support for AddTagHelper, RemoveTagHelper and TagHelperPrefix directives 2017-01-30 15:40:05 -08:00
TagHelperDescriptorTest.cs Make TagHelperDescriptor public for tooling 2017-01-10 09:06:05 -08:00
TagHelperRequiredAttributeDescriptorTest.cs Make TagHelperDescriptor public for tooling 2017-01-10 09:06:05 -08:00
TestFile.cs
TestRazorCodeDocument.cs Remove support for includes 2017-01-18 09:11:03 -08:00
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