aboutsummaryrefslogtreecommitdiffstats
path: root/test/XPath/expr/strings
diff options
context:
space:
mode:
Diffstat (limited to 'test/XPath/expr/strings')
-rw-r--r--test/XPath/expr/strings2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/XPath/expr/strings b/test/XPath/expr/strings
index 849ca14c..ba02c794 100644
--- a/test/XPath/expr/strings
+++ b/test/XPath/expr/strings
@@ -3,6 +3,8 @@ string(0.5)
string(-0.5)
string(true())
string(false())
+string(12345678901234567890)
+string(-12345678901234567890)
concat("titi","toto")
concat("titi","toto","tata")
concat("titi",'toto')