diff options
author | Leonardo Silveira | 2024-07-08 14:52:42 -0300 |
---|---|---|
committer | GitHub | 2024-07-08 19:52:42 +0200 |
commit | b2475a7680d50740eca93447eb6f8d2454c05656 (patch) | |
tree | 75351c8bc8f01e119f0d2749727d1d2cceeac77e /html/attributes_test.go | |
parent | 8b43a908820fb8c6b8a0f6d68d11bb2596a9e033 (diff) | |
download | gomponents-b2475a7680d50740eca93447eb6f8d2454c05656.tar.lz gomponents-b2475a7680d50740eca93447eb6f8d2454c05656.tar.zst gomponents-b2475a7680d50740eca93447eb6f8d2454c05656.zip |
Add draggable attribute (#185)
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 aba185e..92ce0d6 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: "datetime", Func: DateTime}, + {Name: "draggable", Func: Draggable}, {Name: "enctype", Func: EncType}, {Name: "dir", Func: Dir}, {Name: "for", Func: For}, |