summaryrefslogtreecommitdiff
path: root/test/XPath/expr/functions
diff options
context:
space:
mode:
Diffstat (limited to 'test/XPath/expr/functions')
-rw-r--r--test/XPath/expr/functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/XPath/expr/functions b/test/XPath/expr/functions
index 00b9461f..6008a07f 100644
--- a/test/XPath/expr/functions
+++ b/test/XPath/expr/functions
@@ -3,6 +3,7 @@ false()
number("1.5")
number('abc')
-number('abc')
+number('-')
floor(0.1)
floor(-0.1)
floor(-0)