aspnetcore/test/Microsoft.AspNet.Razor.Test/Parser
N. Taylor Mullen 58c0a36200 Add support for null conditional operators in implicit expressions.
- Added case in ImplicitExpression handling to understand question marks.
- text?. is special compared to text. because with text. we currently validate content after text. to determine if it's an expression or if it's a period. Now with ?. we always treat it as an expression because ?. is not a useful sentance of any kind.
- Added unit tests to validate new implicit expression handling
- Added runtime and design time code generation tests to validate null conditional operators.

#44
2015-05-19 16:34:08 -07:00
..
CSharp Add support for null conditional operators in implicit expressions. 2015-05-19 16:34:08 -07:00
Html Add tests to validate minimized attributes. 2015-05-15 12:23:11 -07:00
PartialParsing
BlockTest.cs
CallbackParserListenerTest.cs
ParserContextTest.cs
ParserVisitorExtensionsTest.cs `throw new ArgumentNullException(...)` -> `[NotNull]` 2015-05-06 14:21:05 -07:00
RazorParserTest.cs
WhitespaceRewriterTest.cs `throw new ArgumentNullException(...)` -> `[NotNull]` 2015-05-06 14:21:05 -07:00