aspnetcore/test
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
..
Microsoft.AspNet.Razor.Runtime.Test Modify tests to account for new tag and attribute names for TagHelpers. 2015-01-13 22:51:20 -08:00
Microsoft.AspNet.Razor.Test Handle complex expressions for bound non-string tag helper attributes 2015-01-15 16:32:16 -08:00