about summary refs log tree commit diff stats
path: root/html/attributes_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'html/attributes_test.go')
-rw-r--r--html/attributes_test.go2
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,