Added test cases
[SXSI/xpathcomp.git] / tests / xpath-pt / xquery / E4.xql
diff --git a/tests/xpath-pt/xquery/E4.xql b/tests/xpath-pt/xquery/E4.xql
new file mode 100644 (file)
index 0000000..9a76632
--- /dev/null
@@ -0,0 +1 @@
+doc()/site/open_auctions/open_auction/bidder[number(preceding-sibling::bidder[1]/increase) <= number(increase) and number(increase) <= number(following-sibling::bidder[1]/increase)]
\ No newline at end of file