aspnetcore/test
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
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Change string token parsing to not flow errored tokens. 2017-04-26 16:38:58 -07:00
Microsoft.AspNetCore.Razor.Language.Test Change string token parsing to not flow errored tokens. 2017-04-26 16:38:58 -07:00
Microsoft.AspNetCore.Razor.Performance Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 12:52:11 -07:00
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common Finish writer implementation of the remaining IR nodes and added tests 2017-04-21 11:46:34 -07:00
Microsoft.CodeAnalysis.Razor.Test
Microsoft.VisualStudio.LanguageServices.Razor.Test Upgrade Razor's Roslyn dependency to 2.0.0. 2017-04-21 11:40:21 -07:00
RazorPageGenerator.Test