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/base20
1 files changed, 20 insertions, 0 deletions
diff --git a/result/XPath/expr/base b/result/XPath/expr/base
new file mode 100644
index 0000000..3552866
--- /dev/null
+++ b/result/XPath/expr/base
@@ -0,0 +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