diff options
Diffstat (limited to 'html/attributes_test.go')
-rw-r--r-- | html/attributes_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/html/attributes_test.go b/html/attributes_test.go index 1801428..acd17be 100644 --- a/html/attributes_test.go +++ b/html/attributes_test.go @@ -61,7 +61,9 @@ func TestSimpleAttributes(t *testing.T) { {Name: "href", Func: Href}, {Name: "id", Func: ID}, {Name: "integrity", Func: Integrity}, + {Name: "label", Func: LabelAttr}, {Name: "lang", Func: Lang}, + {Name: "list", Func: List}, {Name: "loading", Func: Loading}, {Name: "max", Func: Max}, {Name: "maxlength", Func: MaxLength}, |