- 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 |
||
|---|---|---|
| .. | ||
| CSharpAutoCompleteTest.cs | ||
| CSharpBlockTest.cs | ||
| CSharpDirectivesTest.cs | ||
| CSharpErrorTest.cs | ||
| CSharpExplicitExpressionTest.cs | ||
| CSharpImplicitExpressionTest.cs | ||
| CSharpNestedStatementsTest.cs | ||
| CSharpRazorCommentsTest.cs | ||
| CSharpReservedWordsTest.cs | ||
| CSharpSectionTest.cs | ||
| CSharpSpecialBlockTest.cs | ||
| CSharpStatementTest.cs | ||
| CSharpTemplateTest.cs | ||
| CSharpToMarkupSwitchTest.cs | ||
| CSharpVerbatimBlockTest.cs | ||
| CSharpWhitespaceHandlingTest.cs | ||