From 05d56605492cb89bebd80421a6d2afaa947344f0 Mon Sep 17 00:00:00 2001 From: Guy-Laurent Subri Date: Thu, 10 Oct 2024 13:31:17 +0200 Subject: Add missing 'hidden' attribute (#224) --- html/attributes_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'html/attributes_test.go') diff --git a/html/attributes_test.go b/html/attributes_test.go index 8f72e41..e5ea3f4 100644 --- a/html/attributes_test.go +++ b/html/attributes_test.go @@ -62,6 +62,7 @@ func TestSimpleAttributes(t *testing.T) { {Name: "for", Func: For}, {Name: "form", Func: FormAttr}, {Name: "height", Func: Height}, + {Name: "hidden", Func: Hidden}, {Name: "href", Func: Href}, {Name: "id", Func: ID}, {Name: "integrity", Func: Integrity}, -- cgit 1.4.1