diff options
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 6181322..d006b76 100644 --- a/attr/simple_test.go +++ b/attr/simple_test.go @@ -15,6 +15,7 @@ func TestSimpleAttributes(t *testing.T) { "autocomplete": attr.AutoComplete, "charset": attr.Charset, "class": attr.Class, + "cols": attr.Cols, "content": attr.Content, "form": attr.Form, "height": attr.Height, @@ -30,6 +31,7 @@ func TestSimpleAttributes(t *testing.T) { "preload": attr.Preload, "placeholder": attr.Placeholder, "rel": attr.Rel, + "rows": attr.Rows, "src": attr.Src, "style": attr.Style, "tabindex": attr.TabIndex, |