Fix policheck violation.

This commit is contained in:
N. Taylor Mullen 2016-12-08 10:20:47 -08:00
parent 2639fad8ab
commit 34ef31356f
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ namespace Microsoft.AspNetCore.Razor.Evolution
public RazorMethodDeclarationIRNode Method { get; }
// Example
// <input` checked="foo-bar @false"`/>
// <input` checked="hello-world @false"`/>
// Name=checked
// Prefix= checked="
// Suffix="
@ -72,7 +72,7 @@ namespace Microsoft.AspNetCore.Razor.Evolution
}
// Example
// <input checked="foo-bar `@false`"/>
// <input checked="hello-world `@false`"/>
// Prefix= (space)
// Children will contain a token for @false.
public override void VisitStartDynamicAttributeBlock(DynamicAttributeBlockChunkGenerator chunkGenerator, Block block)