diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-01-14 06:34:43 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-01-14 06:34:43 +0000 |
commit | 62742bd4fea91e9b6b6feeef3e53bb9811807903 (patch) | |
tree | d2caabbb588a234d55a48468da2bf2371f34f2ce /tests/exslt | |
parent | 32848e981e953cebb228ced594f7302ea4d85fa7 (diff) | |
download | libxslt-62742bd4fea91e9b6b6feeef3e53bb9811807903.tar.gz libxslt-62742bd4fea91e9b6b6feeef3e53bb9811807903.tar.bz2 libxslt-62742bd4fea91e9b6b6feeef3e53bb9811807903.zip |
fixed problem, reported on the list by Markus Bayerlein, concerning math
* libexslt/math.c, libexslt/common.c: fixed problem,
reported on the list by Markus Bayerlein, concerning
math functions on nodesets generated with
exslt:node-set
* tests/exslt/math/max.3.xsl, tests/exslt/math/max.3.xml,
tests/exslt/math/max.3.out, tests/exslt/math/Makefile.am:
added test case for above.
Diffstat (limited to 'tests/exslt')
-rw-r--r-- | tests/exslt/math/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/exslt/math/Makefile.am b/tests/exslt/math/Makefile.am index d2cae4b6..f3bae1f3 100644 --- a/tests/exslt/math/Makefile.am +++ b/tests/exslt/math/Makefile.am @@ -11,6 +11,7 @@ EXTRA_DIST = \ lowest.2.out lowest.2.xml lowest.2.xsl \ max.1.out max.1.xml max.1.xsl \ max.2.out max.2.xml max.2.xsl \ + max.3.out max.3.xml max.3.xsl \ max.5.out max.5.xml max.5.xsl \ power.1.out power.1.xml power.1.xsl \ min.1.out min.1.xml min.1.xsl \ |