aspnetcore/test/Microsoft.AspNetCore.Razor....
N. Taylor Mullen 8d7c51bd60 Change TagHelpers to work in partial parsing.
- Prior to this change any query for ownership within a TagHelper would never succeed.
- TagHelpers structure can be influenced greatly by changes to the tags start/end body; therefore, only allowed modifications to TagHelper attribute values to avoid complexity and enable the more widespread scenario of a user typing C# code in an attribute value.
- Updated existing tests to reflect the new edit handlers that were added to TagHelper attributes.
- Added partial parsing tests to verify partial parses succeed/fail when expected.

#792
2016-08-15 16:15:41 -07:00
..
Chunks
CodeGenerators
Compilation/TagHelpers
Editor
Framework Change TagHelpers to work in partial parsing. 2016-08-15 16:15:41 -07:00
Parser Change TagHelpers to work in partial parsing. 2016-08-15 16:15:41 -07:00
TestFiles
Text
Tokenizer
Utils
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNetCore.Razor.Test.xproj
PartialParsingTestBase.cs Change TagHelpers to work in partial parsing. 2016-08-15 16:15:41 -07:00
RazorCodeLanguageTest.cs
RazorEditorParserTest.cs Change TagHelpers to work in partial parsing. 2016-08-15 16:15:41 -07:00
RazorEngineHostTest.cs
RazorErrorTest.cs
RazorTemplateEngineTest.cs Capture exceptions when trying to parse files and return parse errors. 2016-08-11 12:11:51 -07:00
SourceLocationTest.cs
StringTextBuffer.cs
project.json