summaryrefslogtreecommitdiff
path: root/test/XPath/expr/base
diff options
context:
space:
mode:
Diffstat (limited to 'test/XPath/expr/base')
-rw-r--r--test/XPath/expr/base5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/XPath/expr/base b/test/XPath/expr/base
new file mode 100644
index 0000000..9aaed4f
--- /dev/null
+++ b/test/XPath/expr/base
@@ -0,0 +1,5 @@
+1
+1+2
+2*3
+1+2*3+4
+(1+2)*(3+4)