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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/attributes_test.go b/html/attributes_test.go
index 88185b1..6a01e03 100644
--- a/html/attributes_test.go
+++ b/html/attributes_test.go
@@ -93,6 +93,7 @@ func TestSimpleAttributes(t *testing.T) {
 		{Name: "role", Func: Role},
 		{Name: "rows", Func: Rows},
 		{Name: "rowspan", Func: RowSpan},
+		{Name: "scope", Func: Scope},
 		{Name: "slot", Func: SlotAttr},
 		{Name: "src", Func: Src},
 		{Name: "srcset", Func: SrcSet},