Skip to content

Commit

Permalink
Solving the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mbodin committed Jan 15, 2024
1 parent 588f01e commit 2bd65e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_svg.ml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let svg_clip_path = "svg clip-path", tyxml_tests Svg.[

"use with clip-path",
use ~a:[ a_clip_path "url(#test-clip)"; a_href "#test-object"] [],
{|<use clip-path = "url(#test-clip)" href = "#test-object" />|}
{|<use clip-path="url(#test-clip)" href="#test-object"></use>|}

]

Expand Down

0 comments on commit 2bd65e6

Please sign in to comment.