Skip to content

Commit

Permalink
test: make sure both entities are tested
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Rehwaldt <[email protected]>
  • Loading branch information
barmac and nikku authored Oct 1, 2024
1 parent 8463b4b commit 80fa579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/innerSVG.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ describe('inner-svg', function() {
var container = createContainer();
var element = appendTo(create('svg'), container);

var text = '<g><rect data-foo="1 &lt; 2"/></g>';
var text = '<g><rect data-foo="1 &lt;&gt; 2"/></g>';

innerSVG(element, text);

Expand Down

0 comments on commit 80fa579

Please sign in to comment.