aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
N. Taylor Mullen 344862fbc3 Change string token parsing to not flow errored tokens.
- Found that our extensible directive string parsing system wasn't consistent with the rest of the extensible directive tokens. Basically, if there were malformed string tokens we'd consume them and pass them along to extensible directive passes. This was a big no-no because it means extensible directive passes weren't able to rely on tokens being passed to them being well-formed.
- Fixed up existing extensible directive tests that relied on output of string tokens.

#1247
2017-04-26 16:38:58 -07:00
..
IntegrationTests Enable page directive to handle malformed text. 2017-04-20 14:05:54 -07:00
Internal
Properties
TestFiles/IntegrationTests/CodeGenerationIntegrationTest Change string token parsing to not flow errored tokens. 2017-04-26 16:38:58 -07:00
DictionaryPrefixTestTagHelper.cs
InjectDirectiveTargetExtensionTest.cs
InjectDirectiveTest.cs
InputTestTagHelper.cs
LineMappingsSerializer.cs
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test.csproj react to removal of PlatformAbstractions (#1243) 2017-04-20 09:30:59 -07:00
ModelDirectiveTest.cs Update TModel code generation. 2017-04-14 12:32:20 -07:00
ModelExpressionPassTest.cs
MvcRazorTemplateEngineTest.cs
MvcViewDocumentClassifierPassTest.cs
NamespaceDirectiveTest.cs
PageDirectiveTest.cs Enable page directive to handle malformed text. 2017-04-20 14:05:54 -07:00
RazorPageDocumentClassifierPassTest.cs
ViewComponentTagHelperDescriptorConventionsTest.cs
ViewComponentTagHelperPassTest.cs
xunit.runner.json