aspnetcore/test/Microsoft.AspNetCore.Blazor...
Ryan Nowak 8b3f26b962 Fix #1169 ignore DOCTYPE
This change will cause the compiler to ignore <!DOCTYPE ...>
declarations in Blazor components. We don't think there's much useful
Blazor can do with doctype, since we don't generate textual output for
the browser the parse. The sanest thing to do for now is just to skip
over it.
2018-07-23 17:42:47 -07:00
..
Razor Add HTML Block rewriting (#1146) 2018-07-23 18:18:07 +01:00
TestFiles Fix #1169 ignore DOCTYPE 2018-07-23 17:42:47 -07:00
BindRazorIntegrationTest.cs
BootJsonWriterTest.cs Make index.html static again (#1123) 2018-07-13 09:49:34 +01:00
ComponentDiscoveryRazorIntegrationTest.cs
ComponentRenderingRazorIntegrationTest.cs Add HTML Block rewriting (#1146) 2018-07-23 18:18:07 +01:00
DeclarationRazorIntegrationTest.cs In Blazor cshtml, auto-reference Microsoft.AspNetCore.Blazor and .Components (#751) 2018-05-05 17:55:08 +01:00
DesignTimeCodeGenerationTest.cs Fix #1169 ignore DOCTYPE 2018-07-23 17:42:47 -07:00
DiagnosticRazorIntegrationTest.cs
DirectiveRazorIntegrationTest.cs Fix #745 - allow multiple implements directives 2018-05-08 14:06:22 -07:00
FilePathRazorIntegrationTest.cs
Microsoft.AspNetCore.Blazor.Build.Test.csproj Make index.html static again (#1123) 2018-07-13 09:49:34 +01:00
RazorBaselineIntegrationTestBase.cs
RazorIntegrationTestBase.cs Add more struct readonlyness hints 2018-06-06 11:49:55 +01:00
RenderingRazorIntegrationTest.cs Add HTML Block rewriting (#1146) 2018-07-23 18:18:07 +01:00
RuntimeCodeGenerationTest.cs Fix #1169 ignore DOCTYPE 2018-07-23 17:42:47 -07:00
RuntimeDependenciesResolverTest.cs Initial debugger support 2018-07-06 11:56:21 +01:00
TypingTest.cs Fix #1068 2018-07-05 11:28:54 -07:00
WorkingDirectoryRazorIntegrationTest.cs