Start 0.07: move scour functionality into a module-level function and only call when __main__. Move tests around a bit. Add starter testscour.py
This commit is contained in:
parent
b1f861d285
commit
a1f6d9e8dd
14 changed files with 146 additions and 112 deletions
9
fulltests/foo.xml
Normal file
9
fulltests/foo.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<foo xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<bar id="johansen" />
|
||||
<baz xlink:href="#johansen"/>
|
||||
<bar id="scarlett">
|
||||
<fudge id="f1" fill="url(#scarlett)"/>
|
||||
</bar>
|
||||
|
||||
<fudge id="f2" stroke="url(#scarlett)"/>
|
||||
</foo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue