diff options
Diffstat (limited to 'html/attributes_test.go')
-rw-r--r-- | html/attributes_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/html/attributes_test.go b/html/attributes_test.go index 50f0b53..4071101 100644 --- a/html/attributes_test.go +++ b/html/attributes_test.go @@ -44,6 +44,7 @@ func TestSimpleAttributes(t *testing.T) { "charset": Charset, "class": Class, "cols": Cols, + "colspan": ColSpan, "content": Content, "enctype": EncType, "for": For, @@ -66,6 +67,7 @@ func TestSimpleAttributes(t *testing.T) { "rel": Rel, "role": Role, "rows": Rows, + "rowspan": RowSpan, "src": Src, "srcset": SrcSet, "style": StyleAttr, |