summaryrefslogtreecommitdiff
path: root/tests/exslt/math/power.1.out
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-04-21 10:56:16 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-04-21 10:56:16 +0000
commit027f8843fc4e0f846d97e55394b52e9c818a92e4 (patch)
tree3c98e536739c9175e3b9a3a0b5d2857eaff28596 /tests/exslt/math/power.1.out
parent3b7f83a5398e0ae76d8531c8b946286ef93d0a18 (diff)
downloadlibxslt-027f8843fc4e0f846d97e55394b52e9c818a92e4.tar.gz
libxslt-027f8843fc4e0f846d97e55394b52e9c818a92e4.tar.bz2
libxslt-027f8843fc4e0f846d97e55394b52e9c818a92e4.zip
applied patch from Charles Bozeman fixing the math power function where
* libexslt/math.c: applied patch from Charles Bozeman fixing the math power function where args were inverted #110996 * tests/exslt/math/Makefile.am tests/exslt/math/power.1.*: added the test to the regraession for #110996 * libexslt/sets.c: avoid a problem with nodesets. Daniel
Diffstat (limited to 'tests/exslt/math/power.1.out')
-rw-r--r--tests/exslt/math/power.1.out8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/exslt/math/power.1.out b/tests/exslt/math/power.1.out
new file mode 100644
index 00000000..6c3f2671
--- /dev/null
+++ b/tests/exslt/math/power.1.out
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<results>
+ <result>1</result>
+ <result>7</result>
+ <result> 2.85311670611e+11</result>
+ <result>256</result>
+ <result>243</result>
+</results>