Skip to content

Commit

Permalink
tests: Add removeDesc.02 to demonstrate current behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
jdforrester committed Jan 27, 2025
1 parent f3495ff commit b1e50bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/plugins/removeDesc.02.svg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg">
<desc> A non-standard description isn't removed, but is escaped, terminally trimmed and indented. </desc>
<g/>
</svg>

@@@

<svg xmlns="http://www.w3.org/2000/svg">
<desc>
A non-standard description isn&apos;t removed, but is escaped, terminally trimmed and indented.
</desc>
<g/>
</svg>

0 comments on commit b1e50bd

Please sign in to comment.