1
0
Fork 0
mirror of synced 2025-07-04 04:17:29 +02:00

Add a test for svg namespace

This commit is contained in:
jvoisin 2019-07-22 23:20:37 +02:00
parent a81ea65d44
commit 5280b6c2b3
3 changed files with 639 additions and 2 deletions

View file

@ -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')