This commit is contained in:
N. Taylor Mullen 2015-10-16 15:09:31 -07:00
parent 6a4da5d795
commit e943cdb57a
1 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,11 @@ namespace Asp
WriteLiteral("<div");
EndContext();
BeginWriteAttribute("class", " class=\"", 4, "\"", 17, 1);
WriteAttributeValue("", 12, logo, 12, 5, false);
#line 1 "TestFiles/Input/Basic.cshtml"
WriteAttributeValue("", 12, logo, 12, 5, false);
#line default
#line hidden
EndWriteAttribute();
BeginContext(18, 24, true);
WriteLiteral(">\r\n Hello world\r\n ");