Fix policheck violation.
This commit is contained in:
parent
2639fad8ab
commit
34ef31356f
|
|
@ -51,7 +51,7 @@ namespace Microsoft.AspNetCore.Razor.Evolution
|
||||||
public RazorMethodDeclarationIRNode Method { get; }
|
public RazorMethodDeclarationIRNode Method { get; }
|
||||||
|
|
||||||
// Example
|
// Example
|
||||||
// <input` checked="foo-bar @false"`/>
|
// <input` checked="hello-world @false"`/>
|
||||||
// Name=checked
|
// Name=checked
|
||||||
// Prefix= checked="
|
// Prefix= checked="
|
||||||
// Suffix="
|
// Suffix="
|
||||||
|
|
@ -72,7 +72,7 @@ namespace Microsoft.AspNetCore.Razor.Evolution
|
||||||
}
|
}
|
||||||
|
|
||||||
// Example
|
// Example
|
||||||
// <input checked="foo-bar `@false`"/>
|
// <input checked="hello-world `@false`"/>
|
||||||
// Prefix= (space)
|
// Prefix= (space)
|
||||||
// Children will contain a token for @false.
|
// Children will contain a token for @false.
|
||||||
public override void VisitStartDynamicAttributeBlock(DynamicAttributeBlockChunkGenerator chunkGenerator, Block block)
|
public override void VisitStartDynamicAttributeBlock(DynamicAttributeBlockChunkGenerator chunkGenerator, Block block)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue