aspnetcore/test/Microsoft.AspNetCore.Razor..../TestFiles/IntegrationTests
N. Taylor Mullen 41fad8a33a Don't smart indent code inside of Razor block constructs.
- Prior to this change we weren't strict enough with where our smart indenter ran. We made the assumption that every code block could be smart indented and then Roslyn would "do the right thing". However, in nested code block scenarios we found that Roslyn and us would both indent resulting in extra newlines. These changes make the criteria for applying smart indentation a little stricter.
- Updated directive code block parsing to add a C# marker symbol in cases of an empty code block directive.
- Added unit tests to verify new smart indenter behavior.
- Updated existing tests to expect new syntax tree marker symbol for empty directive bits.
- Regenerated baselines.

#2410
2018-06-18 20:38:01 -07:00
..
BasicIntegrationTest Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
CodeGenerationIntegrationTest Don't smart indent code inside of Razor block constructs. 2018-06-18 20:38:01 -07:00
ExtensibleDirectiveTest
HtmlAttributeIntegrationTest Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorTemplateEngineIntegrationTest Add support for type parameters to class nodes 2018-04-05 15:26:42 -07:00
TagHelpersIntegrationTest Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00