aspnetcore/test/Microsoft.AspNetCore.Razor..../IntegrationTests
N. Taylor Mullen c6150ba287 Move section support into IR.
- Previously we'd special case `@section` at code generation time; now we transform the directive into an IR node.
- Changed the expectations of `DefineSection` to not take in a section writer. It's now expected to modify what `Write`, `WriteLiteral` etc. write to when inside of the lambda. This is done today in TagHelpers via `StartTagHelperWritingScope`.
- Updated baseline files to reflect new `DefineSection` expectations.
- Updated IR tests since we no longer leave around `DirectiveIRNode`s.

#901
2016-12-22 14:39:25 -08:00
..
BasicIntegrationTest.cs Skip Razor.Evolution tests on Linux and Mac. 2016-12-19 15:03:32 -08:00
HtmlAttributeIntegrationTest.cs Skip Razor.Evolution tests on Linux and Mac. 2016-12-19 15:03:32 -08:00
IntegrationTestBase.cs Skip Razor.Evolution tests on Linux and Mac. 2016-12-19 15:03:32 -08:00
IntializeTestFileAttribute.cs
RazorIRNodeSerializer.cs
RazorIRNodeVerifier.cs
RazorIRNodeWriter.cs
RuntimeCodeGenerationIntegrationTest.cs Move section support into IR. 2016-12-22 14:39:25 -08:00
TagHelpersIntegrationTest.cs Skip Razor.Evolution tests on Linux and Mac. 2016-12-19 15:03:32 -08:00