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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/elements_test.go b/html/elements_test.go
index 88688f4..00639b9 100644
--- a/html/elements_test.go
+++ b/html/elements_test.go
@@ -45,6 +45,7 @@ func TestSimpleElements(t *testing.T) {
 		{Name: "canvas", Func: Canvas},
 		{Name: "caption", Func: Caption},
 		{Name: "cite", Func: Cite},
+		{Name: "cite", Func: CiteEl},
 		{Name: "code", Func: Code},
 		{Name: "colgroup", Func: ColGroup},
 		{Name: "data", Func: DataEl},