aspnetcore/test
N. Taylor Mullen 14bd7dcd5e Handle trailing semicolon after @inject.
- Made @inject handle trailing semicolons identical to @using; essentially ignores it.
- Added parser, runtime/designtime codegen and functional tests.
- Added Microsoft.AspNet.Mvc.Common.Test.
- Transitioned pre-existing Microsoft.AspNet.Mvc.Common tests to the new test project.
- Updated transitioned tests to also work in CoreCLR (except ones with moq).

#1857
2015-01-22 14:01:10 -08:00
..
Microsoft.AspNet.Mvc.Common.Test Handle trailing semicolon after @inject. 2015-01-22 14:01:10 -08:00
Microsoft.AspNet.Mvc.Core.Test Handle trailing semicolon after @inject. 2015-01-22 14:01:10 -08:00
Microsoft.AspNet.Mvc.FunctionalTests
Microsoft.AspNet.Mvc.ModelBinding.Test Handle trailing semicolon after @inject. 2015-01-22 14:01:10 -08:00
Microsoft.AspNet.Mvc.Razor.Host.Test Handle trailing semicolon after @inject. 2015-01-22 14:01:10 -08:00
Microsoft.AspNet.Mvc.Razor.Test
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.WebApiCompatShimTest
WebSites