From b950ec2c42bd613fa23625ab6360f58b9ba28e07 Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Thu, 6 Jun 2024 12:49:01 +0200 Subject: Add LabelAttr and List attributes (#175) Fixes #168 and fixes #169.--- html/attributes_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'html/attributes_test.go') 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}, -- cgit 1.4.1