aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra.../IntegrationTests
N. Taylor Mullen 2e8c154fcb Make namespace tokens tolerant to EOF and invalid states.
- Updated our `QualifiedIdentifier` to properly parse invalid namespaces. This is more consistent with how the rest of the system works; we consume tokens until we determine if we're in an invalid or valid state. If invalid, we log an error and put back all invalid tokens for the parser to treat as non-directive tokens.
- Added unit tests to validate our extensible directive system can handle malformed namespace tokens at EOF and inline.
- Added a code gen test for Razor.Extensions to prove we've fixed the underlying issue for our `@namespace` directive that crashed VS.

#1393
2017-06-01 12:04:20 -07:00
..
CodeGenerationIntegrationTest.cs Make namespace tokens tolerant to EOF and invalid states. 2017-06-01 12:04:20 -07:00
InstrumentationPassIntegrationTest.cs