diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-06-10 19:54:50 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-06-10 19:54:50 +0000 |
commit | cf61bf60f11fb2b108e3bfa7dbb43443c9bb371b (patch) | |
tree | e34b900af8dcc6dc87fa29b00d6359784593e8ad /tests/general/bug-35-.out | |
parent | 9ecd5f55df9244a73dbecc862c63968f27289b14 (diff) | |
download | libxslt-cf61bf60f11fb2b108e3bfa7dbb43443c9bb371b.tar.gz libxslt-cf61bf60f11fb2b108e3bfa7dbb43443c9bb371b.tar.bz2 libxslt-cf61bf60f11fb2b108e3bfa7dbb43443c9bb371b.zip |
- libxslt/transform.c: closed bug #55723, problem was due to
a limitation of xsltGetNamespace() when the insertion point
is the document.
- tests/docs/Makefile.am tests/general/Makefile.am
tests/general/bug-35-* tests/docs/bug-35-*: added a specific
regression test for #55723
Daniel
Diffstat (limited to 'tests/general/bug-35-.out')
-rw-r--r-- | tests/general/bug-35-.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/general/bug-35-.out b/tests/general/bug-35-.out new file mode 100644 index 00000000..f162c900 --- /dev/null +++ b/tests/general/bug-35-.out @@ -0,0 +1,2 @@ +<?xml version="1.0"?> +<a:a xmlns:a="http://a"/> |