1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

another XPath conformance patch from Richard Jinks Daniel

* test/XPath/expr/floats test/XPath/expr/functions
  result/XPath/expr/floats result/XPath/expr/functions
  xpath.c: another XPath conformance patch from Richard Jinks
Daniel
This commit is contained in:
Daniel Veillard
2002-04-24 11:42:02 +00:00
parent 13e04c6c12
commit eca82810f0
6 changed files with 47 additions and 3 deletions

View File

@ -2,6 +2,7 @@ true()
false()
number("1.5")
number('abc')
-number('abc')
floor(0.1)
floor(-0.1)
floor(-0)