aspnetcore/src
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 Change string token parsing to not flow errored tokens. 2017-04-26 16:38:58 -07:00
Microsoft.AspNetCore.Razor
Microsoft.AspNetCore.Razor.Language Change string token parsing to not flow errored tokens. 2017-04-26 16:38:58 -07:00
Microsoft.AspNetCore.Razor.Runtime
Microsoft.CodeAnalysis.Razor
Microsoft.CodeAnalysis.Razor.Workspaces
Microsoft.CodeAnalysis.Remote.Razor
Microsoft.VisualStudio.LanguageServices.Razor
RazorPageGenerator