aspnetcore/test/Microsoft.AspNet.Razor.Test
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
..
Editor
Framework
Generator Add support for null conditional operators in implicit expressions. 2015-05-19 16:34:08 -07:00
Parser Add support for null conditional operators in implicit expressions. 2015-05-19 16:34:08 -07:00
TagHelpers Add TagHelper support for unbound data- attributes. 2015-05-18 22:43:03 -07:00
TestFiles Add support for null conditional operators in implicit expressions. 2015-05-19 16:34:08 -07:00
Text
Tokenizer
Utils
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNet.Razor.Test.xproj
RazorCodeLanguageTest.cs
RazorEngineHostTest.cs
RazorErrorTest.cs
RazorTemplateEngineTest.cs
SourceLocationTest.cs
StringTextBuffer.cs
project.json