aboutsummaryrefslogtreecommitdiffstats
path: root/result/XPath/expr/strings
diff options
context:
space:
mode:
Diffstat (limited to 'result/XPath/expr/strings')
-rw-r--r--result/XPath/expr/strings8
1 files changed, 8 insertions, 0 deletions
diff --git a/result/XPath/expr/strings b/result/XPath/expr/strings
index fad7048f..1ae5cc40 100644
--- a/result/XPath/expr/strings
+++ b/result/XPath/expr/strings
@@ -20,6 +20,14 @@ Expression: string(false())
Object is a string : false
========================
+Expression: string(12345678901234567890)
+Object is a string : 1.23456789012346e+19
+
+========================
+Expression: string(-12345678901234567890)
+Object is a string : -1.23456789012346e+19
+
+========================
Expression: concat("titi","toto")
Object is a string : tititoto