From: William M. Brack Date: Wed, 14 Jan 2004 08:55:52 +0000 (+0000) Subject: added test case for math functions on nodesets generated by exslt:node-set X-Git-Tag: v1.1.28~507 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbb1eec975d3d9830b14d164c0eeed5e1b98fca0;p=platform%2Fupstream%2Flibxslt.git added test case for math functions on nodesets generated by 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 math functions on nodesets generated by exslt:node-set --- diff --git a/tests/exslt/math/max.3.out b/tests/exslt/math/max.3.out new file mode 100644 index 0000000..d23881c --- /dev/null +++ b/tests/exslt/math/max.3.out @@ -0,0 +1,4 @@ + +Largest number value: 500 +Largest number value (computed by function foo:getMaxVal): 500 +Largest number value (computed by function foo:getMaxVal2): 500 diff --git a/tests/exslt/math/max.3.xml b/tests/exslt/math/max.3.xml new file mode 100644 index 0000000..79a00e1 --- /dev/null +++ b/tests/exslt/math/max.3.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/tests/exslt/math/max.3.xsl b/tests/exslt/math/max.3.xsl new file mode 100644 index 0000000..b3410f6 --- /dev/null +++ b/tests/exslt/math/max.3.xsl @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + +]> + + + + + + + + Largest number value: + + +Largest number value (computed by function foo:getMaxVal): + + +Largest number value (computed by function foo:getMaxVal2): + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +