Imported Upstream version 2.9.5_rc1
[platform/upstream/libxml2.git] / result / XPath / expr / strings
index fad7048..1ae5cc4 100644 (file)
@@ -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