diff options
author | Markus Wüstenberg | 2020-10-29 12:03:43 +0100 |
---|---|---|
committer | GitHub | 2020-10-29 12:03:43 +0100 |
commit | 3df42084aed213fc9e760b53b5132da63b1818b7 (patch) | |
tree | 51fbb6cc46f71762b711012a4455d0d228f992ad /attr/simple_test.go | |
parent | 13701c4f668eba27956a8ac554a1fe272245d210 (diff) | |
download | gomponents-3df42084aed213fc9e760b53b5132da63b1818b7.tar.lz gomponents-3df42084aed213fc9e760b53b5132da63b1818b7.tar.zst gomponents-3df42084aed213fc9e760b53b5132da63b1818b7.zip |
Add HTML5 document template (#36)
Diffstat (limited to 'attr/simple_test.go')
-rw-r--r-- | attr/simple_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
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, |