scour/unittests/quotes-in-styles.svg
Michael Witten b20a0698cc tests: Add unit tests for preservation of quotes in CSS styles
These tests will ensure that issues #21 and #56 do not return.
2017-09-03 18:07:27 +02:00

5 lines
188 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg">
<style>use[id="t"] {font-size: small}</style>
<text id="t" style="font-family:'Times New Roman'"/>
</svg>