From 31aa51ba4958899bacc3c19938dd49de4b3884e9 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 10 Jun 2015 14:43:08 -0700 Subject: [PATCH] React to aspnet/Razor#172. --- .../TestFiles/Output/Runtime/ModelExpressionTagHelper.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/ModelExpressionTagHelper.cs b/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/ModelExpressionTagHelper.cs index 1d4a044e51..fa6cf4f853 100644 --- a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/ModelExpressionTagHelper.cs +++ b/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/ModelExpressionTagHelper.cs @@ -60,7 +60,9 @@ __Microsoft_AspNet_Mvc_Razor_InputTestTagHelper.For = CreateModelExpression(__mo #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("for", __Microsoft_AspNet_Mvc_Razor_InputTestTagHelper.For); __tagHelperExecutionContext.Output = await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); + BeginContext(122, 24, false); await WriteTagHelperAsync(__tagHelperExecutionContext); + EndContext(); __tagHelperExecutionContext = __tagHelperScopeManager.End(); BeginContext(146, 2, true); WriteLiteral("\r\n"); @@ -77,7 +79,9 @@ __Microsoft_AspNet_Mvc_Razor_InputTestTagHelper.For = CreateModelExpression(__mo #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("for", __Microsoft_AspNet_Mvc_Razor_InputTestTagHelper.For); __tagHelperExecutionContext.Output = await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); + BeginContext(148, 27, false); await WriteTagHelperAsync(__tagHelperExecutionContext); + EndContext(); __tagHelperExecutionContext = __tagHelperScopeManager.End(); } #pragma warning restore 1998