Fix Razor test compilation failure
This commit is contained in:
parent
4874677807
commit
b7382dc6c3
|
|
@ -859,7 +859,7 @@ namespace Microsoft.AspNet.Mvc.Razor
|
|||
}
|
||||
|
||||
[Theory]
|
||||
[InlineData(null, string.Empty)]
|
||||
[InlineData(null, "")]
|
||||
[InlineData(false, "False")]
|
||||
public void AddHtmlAttributeValues_OnlyAddsToAllAttributesWhenAttributeRemoved(
|
||||
object attributeValue,
|
||||
|
|
|
|||
Loading…
Reference in New Issue