diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-03-24 14:04:00 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-03-24 14:04:00 +0000 |
commit | 145c37ba026a8216b239ef7ef2cadda5ef83ec97 (patch) | |
tree | f96d2fb6ed2be8357de801dc3dd2a8fd5559dfbb /tests/exslt/common | |
parent | 9dc7f17ba4260d2247f91130e21ebce0a67fdb13 (diff) | |
download | libxslt-145c37ba026a8216b239ef7ef2cadda5ef83ec97.tar.gz libxslt-145c37ba026a8216b239ef7ef2cadda5ef83ec97.tar.bz2 libxslt-145c37ba026a8216b239ef7ef2cadda5ef83ec97.zip |
Finally fixed bug #75813, processing or Result Value Tree converted into
* libxslt/pattern.c libxslt/transform.c libxslt/variables.c:
Finally fixed bug #75813, processing or Result Value Tree
converted into node-sets should be a bit more sensible now.
* tests/exslt/common/node-set.2.out: the associated fix in libxml2
fixes this regression test, there is 4 nodes, not 3
* tests/docs/Makefile.am tests/docs/bug-111.*
tests/general/Makefile.am tests/general/bug-111*: added an
example in the regression tests for bug #75813
Daniel
Diffstat (limited to 'tests/exslt/common')
-rw-r--r-- | tests/exslt/common/node-set.2.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exslt/common/node-set.2.out b/tests/exslt/common/node-set.2.out index bae9ab2d..8b50a796 100644 --- a/tests/exslt/common/node-set.2.out +++ b/tests/exslt/common/node-set.2.out @@ -1,2 +1,2 @@ <?xml version="1.0"?> -<out xmlns:exslt="http://exslt.org/common">3</out> +<out xmlns:exslt="http://exslt.org/common">4</out> |