From 3df42084aed213fc9e760b53b5132da63b1818b7 Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Thu, 29 Oct 2020 12:03:43 +0100 Subject: Add HTML5 document template (#36) --- attr/simple_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'attr/simple_test.go') diff --git a/attr/simple_test.go b/attr/simple_test.go index 784561a..eb2cfe3 100644 --- a/attr/simple_test.go +++ b/attr/simple_test.go @@ -13,7 +13,9 @@ func TestSimpleAttributes(t *testing.T) { cases := map[string]func(string) g.Node{ "accept": attr.Accept, "autocomplete": attr.AutoComplete, + "charset": attr.Charset, "class": attr.Class, + "content": attr.Content, "form": attr.Form, "height": attr.Height, "href": attr.Href, -- cgit 1.4.1