aspnetcore/test/Microsoft.AspNetCore.Razor....
Ryan Nowak 0835de17ec Adds stronger verification for spans
This change ensures that spans are contiguous and that all source is part
of a span. This means that a character can't be 'lost' and not a member of
any span.

And guess what? We have a bug like that. So now a few tests are skipped
due to that bug.

Also made some changes to tests that construct invalid spans or spans
without correct locations as their expected input. This allows us to add
the above verification to all parser tests.
2016-12-28 21:56:35 -08:00
..
IntegrationTests [Fixes #912] Added TagHelper design time code generation support 2016-12-28 15:22:07 -08:00
Intermediate [Fixes #878] Removed marker nodes from IR 2016-12-22 15:11:52 -08:00
Legacy Adds stronger verification for spans 2016-12-28 21:56:35 -08:00
Properties
TestFiles [Fixes #912] Added TagHelper design time code generation support 2016-12-28 15:22:07 -08:00
DefaultDirectiveIRPassTest.cs [Fixes #878] Removed marker nodes from IR 2016-12-22 15:11:52 -08:00
DefaultDirectiveSyntaxTreePassTest.cs
DefaultItemCollectionTest.cs
DefaultRazorCodeDocumentTest.cs
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIRPhaseTest.cs
DefaultRazorParsingPhaseTest.cs
DefaultRazorRuntimeCSharpLoweringPhaseTest.cs
DefaultRazorSourceDocumentTest.cs
DefaultRazorSyntaxTreePhaseTest.cs
DirectiveDescriptorBuilderTest.cs
HtmlNodeOptimizationPassTest.cs
Microsoft.AspNetCore.Razor.Evolution.Test.csproj Upgrade to netcoreapp1.1 to fix test failure. 2016-12-28 15:55:16 -08:00
RazorCodeDocumentExtensionsTest.cs
RazorCodeDocumentTest.cs
RazorEngineBuilderExtensionsTest.cs
RazorEngineTest.cs Add Razor design time code generation. 2016-12-27 11:06:58 -08:00
RazorProjectItemTest.cs
RazorSourceDocumentTest.cs
RazorSyntaxTreeTest.cs
SyntaxTreeVerifier.cs Adds stronger verification for spans 2016-12-28 21:56:35 -08:00
TagHelperBinderSyntaxTreePassTest.cs
TestFile.cs
TestRazorCodeDocument.cs
TestRazorSourceDocument.cs