about summary refs log tree commit diff stats
path: root/html/elements_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'html/elements_test.go')
-rw-r--r--html/elements_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/html/elements_test.go b/html/elements_test.go
index 0b9dd02..5fe6268 100644
--- a/html/elements_test.go
+++ b/html/elements_test.go
@@ -103,6 +103,7 @@ func TestSimpleElements(t *testing.T) {
 		{Name: "script", Func: Script},
 		{Name: "section", Func: Section},
 		{Name: "select", Func: Select},
+		{Name: "slot", Func: SlotEl},
 		{Name: "small", Func: Small},
 		{Name: "span", Func: Span},
 		{Name: "strong", Func: Strong},
@@ -114,6 +115,7 @@ func TestSimpleElements(t *testing.T) {
 		{Name: "table", Func: Table},
 		{Name: "tbody", Func: TBody},
 		{Name: "td", Func: Td},
+		{Name: "template", Func: Template},
 		{Name: "textarea", Func: Textarea},
 		{Name: "tfoot", Func: TFoot},
 		{Name: "th", Func: Th},