diff options
Diffstat (limited to 'html/attributes_test.go')
-rw-r--r-- | html/attributes_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/attributes_test.go b/html/attributes_test.go index acd17be..0deb06c 100644 --- a/html/attributes_test.go +++ b/html/attributes_test.go @@ -55,6 +55,7 @@ func TestSimpleAttributes(t *testing.T) { {Name: "content", Func: Content}, {Name: "crossorigin", Func: CrossOrigin}, {Name: "enctype", Func: EncType}, + {Name: "dir", Func: Dir}, {Name: "for", Func: For}, {Name: "form", Func: FormAttr}, {Name: "height", Func: Height}, |