summaryrefslogtreecommitdiff
path: root/result/XPath/expr/base
diff options
context:
space:
mode:
Diffstat (limited to 'result/XPath/expr/base')
-rw-r--r--result/XPath/expr/base15
1 files changed, 15 insertions, 0 deletions
diff --git a/result/XPath/expr/base b/result/XPath/expr/base
index 2f1ebda3..35528669 100644
--- a/result/XPath/expr/base
+++ b/result/XPath/expr/base
@@ -1,5 +1,20 @@
+
+========================
+Expression: 1
Object is a number : 1
+
+========================
+Expression: 1+2
Object is a number : 3
+
+========================
+Expression: 2*3
Object is a number : 6
+
+========================
+Expression: 1+2*3+4
Object is a number : 11
+
+========================
+Expression: (1+2)*(3+4)
Object is a number : 21