aspnetcore/test/Microsoft.AspNet.Mvc.Razor..../TestFiles/Input
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
..
Basic.cshtml
Inject.cshtml
InjectWithModel.cshtml
InjectWithSemicolon.cshtml Handle trailing semicolon after @inject. 2015-01-22 14:01:10 -08:00
Model.cshtml
ModelExpressionTagHelper.cshtml