aspnetcore/test
N. Taylor Mullen 86beea4269 Fix @namespace directive to handle incomplete directives.
- This involved not using the `First()` method when reading the directives tokens.
- Added two tests to validate an empty directive token and a missed directive token for the `@namespace` directive.

#1268
2017-04-28 17:14:34 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Fix @namespace directive to handle incomplete directives. 2017-04-28 17:14:34 -07:00
Microsoft.AspNetCore.Razor.Language.Test Change `GetImports` to allow querying of information on non-existent files. 2017-04-28 17:00:24 -07:00
Microsoft.AspNetCore.Razor.Performance Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-28 16:00:48 -07:00
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common Fix ability to generate baselines. 2017-04-13 11:07:02 -07:00
Microsoft.CodeAnalysis.Razor.Test
Microsoft.VisualStudio.LanguageServices.Razor.Test Ensure output hint descriptors don't schema check. 2017-04-14 12:14:52 -07:00
RazorPageGenerator.Test