Add a test for svg namespace
This commit is contained in:
parent
a81ea65d44
commit
5280b6c2b3
3 changed files with 639 additions and 2 deletions
|
@ -885,4 +885,5 @@ class TestCleaning(unittest.TestCase):
|
|||
os.remove('./tests/data/clean.cleaned.svg')
|
||||
os.remove('./tests/data/clean.cleaned.cleaned.svg')
|
||||
|
||||
|
||||
p = images.SVGParser('./tests/data/weird.svg')
|
||||
self.assertEqual(p.get_meta()['Xmlns'], 'http://www.w3.org/1337/svg')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue