aspnetcore/test/Microsoft.AspNet.Razor.Test/Parser
N. Taylor Mullen 1879ac6427 Add support for static usings.
- Added special cases to the using statement parser to understand `@using static Foo`.
- Added several unit tests to validate the static using structure.
- Modified existing import code generation tests to validate several static usings.

#44
2015-05-20 21:47:23 -07:00
..
CSharp Add support for static usings. 2015-05-20 21:47:23 -07:00
Html [Fixes #379] Ignoring whitespace at the end of text tag 2015-05-19 17:21:28 -07:00
PartialParsing
BlockTest.cs
CallbackParserListenerTest.cs
ParserContextTest.cs
ParserVisitorExtensionsTest.cs
RazorParserTest.cs
WhitespaceRewriterTest.cs