aspnetcore/test/Microsoft.AspNet.Razor.Test/Generator
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
..
CodeTree
Compiler
AddImportCodeGeneratorTest.cs Remove unneeded NamespaceKeywordLength from AddImportCodeGenerator. 2015-05-18 17:21:50 -07:00
AttributeBlockCodeGeneratorTest.cs
CSharpRazorCodeGeneratorTest.cs Add support for null conditional operators in implicit expressions. 2015-05-19 16:34:08 -07:00
CSharpTagHelperRenderingTest.cs Add TagHelper support for unbound data- attributes. 2015-05-18 22:43:03 -07:00
CSharpTagHelperRenderingUnitTest.cs
CodeGenTestCodeBuilder.cs
CodeGenTestHost.cs
DynamicAttributeBlockCodeGeneratorTest.cs
LineMappingTest.cs
RazorCodeGeneratorTest.cs
RazorCommentCodeGeneratorTest.cs Remove unneeded NamespaceKeywordLength from AddImportCodeGenerator. 2015-05-18 17:21:50 -07:00
TabTest.cs
TagHelperAttributeValueCodeRendererTest.cs
TagHelperTestBase.cs
TestSpan.cs