Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ebertel committed Jan 24, 2025
1 parent cd4093c commit 909c0d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe("FixedAttributes", () => {

describe.each`
view | direction | data
${`<pre xml:space="preserve"></pre>`} | ${toData} | ${`<pre></pre>)>`}
${`<pre xml:space="preserve"></pre>`} | ${toData} | ${`<pre></pre>`}
${`<a xlink:type="simple"></a>`} | ${toData} | ${`<a></a>`}
${`<img xlink:show="embed"/>`} | ${toData} | ${`<img/>`}
${`<img xlink:type="simple" xlink:show="embed" />`} | ${toData} | ${`<img/>`}
Expand Down

0 comments on commit 909c0d4

Please sign in to comment.