aspnetcore/test/Microsoft.AspNet.Razor.Test/Parser/CSharp
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
..
CSharpAutoCompleteTest.cs [Fixes #217] Applying error squiggly to full directive 2015-05-15 12:26:21 -07:00
CSharpBlockTest.cs Remove unneeded NamespaceKeywordLength from AddImportCodeGenerator. 2015-05-18 17:21:50 -07:00
CSharpDirectivesTest.cs [Fixes #217] Applying error squiggly to full directive 2015-05-15 12:26:21 -07:00
CSharpErrorTest.cs [Fixes #217] Applying error squiggly to full directive 2015-05-15 12:26:21 -07:00
CSharpExplicitExpressionTest.cs
CSharpImplicitExpressionTest.cs Add support for null conditional operators in implicit expressions. 2015-05-19 16:34:08 -07:00
CSharpNestedStatementsTest.cs
CSharpRazorCommentsTest.cs
CSharpReservedWordsTest.cs
CSharpSectionTest.cs [Fixes #217] Applying error squiggly to full directive 2015-05-15 12:26:21 -07:00
CSharpSpecialBlockTest.cs [Fixes #217] Applying error squiggly to full directive 2015-05-15 12:26:21 -07:00
CSharpStatementTest.cs Remove unneeded NamespaceKeywordLength from AddImportCodeGenerator. 2015-05-18 17:21:50 -07:00
CSharpTemplateTest.cs
CSharpToMarkupSwitchTest.cs
CSharpVerbatimBlockTest.cs
CSharpWhitespaceHandlingTest.cs