aspnetcore/test/Microsoft.AspNet.Razor.Test/Generator
Doug Bunting de4cafa8cd Handle complex expressions for bound non-string tag helper attributes
- #129 and support aspnet/Mvc#1253
- add new `CSharpTagHelperAttributeValueVisitor` that writes the raw expression
- add tests of embedded `@(...)` and mix that with normal expressions
- add new resources for errors in `CSharpTagHelperAttributeValueVisitor`
 - write errors using `ParserErrorSink`
- update baselines to match new code generation

nits:
- cleanup long lines in `CSharpTagHelperCodeRenderer`
- remove a few unused resources
2015-01-15 16:32:16 -08:00
..
CodeTree
Compiler
CSharpRazorCodeGeneratorTest.cs
CSharpTagHelperRenderingTest.cs Handle complex expressions for bound non-string tag helper attributes 2015-01-15 16:32:16 -08:00
CSharpTagHelperRenderingUnitTest.cs
LineMappingTest.cs
RazorCodeGeneratorTest.cs
TabTest.cs
TagHelperAttributeValueCodeRendererTest.cs Handle complex expressions for bound non-string tag helper attributes 2015-01-15 16:32:16 -08:00
TagHelperTestBase.cs
TestSpan.cs