aboutsummaryrefslogtreecommitdiffstats
path: root/test/XPath/expr
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-02-21 21:52:55 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-02-21 21:52:55 +0000
commit4b637079f26d8f5879ed45eb18cd249cad261951 (patch)
tree19c5d85c77638e4cd622d854263c12ed6eac8662 /test/XPath/expr
parentf714aa3262452407e3a4fcef977c09a55b56f245 (diff)
downloadplatform_external_libxml2-4b637079f26d8f5879ed45eb18cd249cad261951.tar.gz
platform_external_libxml2-4b637079f26d8f5879ed45eb18cd249cad261951.tar.bz2
platform_external_libxml2-4b637079f26d8f5879ed45eb18cd249cad261951.zip
- xpath.c: finally implemented xmlXPathCompareNodeSets
- test/XPath/expr/floats results/XPath/expr/floats: added a test for float expressions Daniel
Diffstat (limited to 'test/XPath/expr')
-rw-r--r--test/XPath/expr/floats13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/XPath/expr/floats b/test/XPath/expr/floats
new file mode 100644
index 00000000..a1e56122
--- /dev/null
+++ b/test/XPath/expr/floats
@@ -0,0 +1,13 @@
+1
+123
+1.23
+0.123
+1 div 0
+-1 div 0
+0 div 0
+(1 div 0) > 0
+(1 div 0) < 0
+(-1 div 0) > 0
+(-1 div 0) < 0
+(0 div 0) > 0
+(0 div 0) < 0