diff options
author | Markus Wüstenberg | 2020-11-16 13:03:54 +0100 |
---|---|---|
committer | GitHub | 2020-11-16 13:03:54 +0100 |
commit | 633b000d9115dbf7d4cc072cb1349268a09c3375 (patch) | |
tree | 670295c5e4dfda7a4655a2a2ec1ecc43d7f6aa51 /el/simple_test.go | |
parent | 108f8d9ba564aef06155f6fdc83e140bb5953b3d (diff) | |
download | gomponents-633b000d9115dbf7d4cc072cb1349268a09c3375.tar.lz gomponents-633b000d9115dbf7d4cc072cb1349268a09c3375.tar.zst gomponents-633b000d9115dbf7d4cc072cb1349268a09c3375.zip |
Add svg element (#46)
Also add `cols` and `rows` attributes. Fixes #43.
Diffstat (limited to 'el/simple_test.go')
-rw-r--r-- | el/simple_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/el/simple_test.go b/el/simple_test.go index f01ba51..2621982 100644 --- a/el/simple_test.go +++ b/el/simple_test.go @@ -54,6 +54,7 @@ func TestSimpleElements(t *testing.T) { "span": el.Span, "style": el.Style, "summary": el.Summary, + "svg": el.SVG, "table": el.Table, "tbody": el.TBody, "td": el.Td, |