diff options
author | William M. Brack <wbrack@src.gnome.org> | 2003-11-21 17:00:22 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2003-11-21 17:00:22 +0000 |
commit | 7cb4870e64dc0be93341f907937a41866ee3c917 (patch) | |
tree | 30c9b11a8858b7135dbc2899d757d100315a3776 /tests/docs | |
parent | 96223c5d6a845cd53fc5a9062e2a08708829f83a (diff) | |
download | libxslt-7cb4870e64dc0be93341f907937a41866ee3c917.tar.gz libxslt-7cb4870e64dc0be93341f907937a41866ee3c917.tar.bz2 libxslt-7cb4870e64dc0be93341f907937a41866ee3c917.zip |
fixed bug #127561 (xsl:element with a 'computed' namespace attribute)
* libxslt/transform.c: fixed bug #127561 (xsl:element with a
'computed' namespace attribute)
* tests/docs/Makefile.am tests/docs/bug-136.xml
tests/general/Makefile.am tests/docs/bug-136*: added tests
to the regression for bug #127561
Diffstat (limited to 'tests/docs')
-rw-r--r-- | tests/docs/Makefile.am | 1 | ||||
-rw-r--r-- | tests/docs/bug-136.xml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index d48a31cc..68874974 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -135,6 +135,7 @@ EXTRA_DIST = \ bug-133.xml \ bug-134.xml \ bug-135.xml \ + bug-136.xml \ character.xml \ array.xml \ items.xml diff --git a/tests/docs/bug-136.xml b/tests/docs/bug-136.xml new file mode 100644 index 00000000..af34d2b0 --- /dev/null +++ b/tests/docs/bug-136.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<test> + <item n="http://some/namespace/uri" /> +</test> |