diff options
Diffstat (limited to 'python/tests/extfunc.py')
-rwxr-xr-x | python/tests/extfunc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/extfunc.py b/python/tests/extfunc.py index 8d505e53..0a559531 100755 --- a/python/tests/extfunc.py +++ b/python/tests/extfunc.py @@ -30,7 +30,7 @@ styledoc = libxml2.parseDoc(""" <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' xmlns:foo='http://example.com/foo' - xsl:exclude-result-prefixes='foo'> + exclude-result-prefixes='foo'> <xsl:param name='bar'>failure</xsl:param> <xsl:template match='/'> |