aspnetcore/test/Microsoft.AspNetCore.Blazor.../TestFiles
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
..
DesignTimeCodeGenerationTest Fix #1169 ignore DOCTYPE 2018-07-23 17:42:47 -07:00
RuntimeCodeGenerationTest Fix #1169 ignore DOCTYPE 2018-07-23 17:42:47 -07:00