aspnetcore/test/Microsoft.AspNet.Razor.Test
Doug Bunting 33407ef1be Enforce new invariants around HTML encoding
- #335
- bound `string` attribute values are _not_ encoded
 - rework `CSharpCodeVisitor` and `CSharpTagHelperCodeRenderer` to enable this case
- values in `TagHelperOutput.Attributes` are encoded unless special-cased elsewhere
 - `Dictionary<string, object>` type allows `RazorPage` to use `HtmlString`
- wrap HTML unbound attribute values using `Html.Raw()`
2015-03-30 11:09:26 -07:00
..
Editor
Framework Removed @helper directive 2015-03-17 13:54:37 -07:00
Generator Updated duplicate TargetElement TagHelper tests. 2015-03-20 00:20:36 -07:00
Parser Update RazorError to be deserialized. 2015-03-23 15:25:52 -07:00
TagHelpers Add tests to validate TagHelper attribute targeting. 2015-03-17 21:48:54 -07:00
TestFiles Enforce new invariants around HTML encoding 2015-03-30 11:09:26 -07:00
Text Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:54:58 -07:00
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.xproj Update .kproj => .xproj. 2015-03-11 14:03:14 -07:00
RazorCodeLanguageTest.cs
RazorDirectiveAttributeTest.cs
RazorEngineHostTest.cs
RazorTemplateEngineTest.cs Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:54:58 -07:00
StringTextBuffer.cs
project.json Updated xunit.runner.kre => xunit.runner.aspnet 2015-03-12 15:54:39 -07:00