aspnetcore/test/Microsoft.AspNet.Razor.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
..
Editor
Framework Plumb `ParserErrorSink` through to `CodeBuilderContext` 2015-01-15 16:31:33 -08:00
Generator Handle complex expressions for bound non-string tag helper attributes 2015-01-15 16:32:16 -08:00
Parser Plumb `ParserErrorSink` through to `CodeBuilderContext` 2015-01-15 16:31:33 -08:00
TagHelpers Handle unclosed and invalid structure HTML tags for TagHelpers. 2014-12-22 14:28:35 -08:00
TestFiles Handle complex expressions for bound non-string tag helper attributes 2015-01-15 16:32:16 -08:00
Text
Tokenizer
Utils Add missing license headers 2014-11-20 23:17:48 -08:00
CSharpRazorCodeLanguageTest.cs Plumb `ParserErrorSink` through to `CodeBuilderContext` 2015-01-15 16:31:33 -08:00
Microsoft.AspNet.Razor.Test.kproj Add schema version to kproj files 2014-11-25 11:00:49 -08:00
RazorCodeLanguageTest.cs
RazorDirectiveAttributeTest.cs
RazorEngineHostTest.cs
RazorTemplateEngineTest.cs Plumb `ParserErrorSink` through to `CodeBuilderContext` 2015-01-15 16:31:33 -08:00
StringTextBuffer.cs
project.json Minor: `LineMapping` and `MappingLocation` debug visualizations were types' full names 2015-01-15 16:32:06 -08:00