Add unit tests for new options
This commit is contained in:
parent
5f2dd101df
commit
aa1842fa45
4 changed files with 81 additions and 3 deletions
6
unittests/descriptive-elements-with-text.svg
Normal file
6
unittests/descriptive-elements-with-text.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<title>This is a title element with only text node children</title>
|
||||
<desc>This is a desc element with only text node children</desc>
|
||||
<metadata>This is a metadata element with only text node children</metadata>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 319 B |
Loading…
Add table
Add a link
Reference in a new issue