Safety commit
[SXSI/xpathcomp.git] / tests / xpathmark-queries.txt
diff --git a/tests/xpathmark-queries.txt b/tests/xpathmark-queries.txt
new file mode 100644 (file)
index 0000000..12ed53e
--- /dev/null
@@ -0,0 +1,14 @@
+#XPATHMARK A queries
+/site/closed_auctions/closed_auction/annotation/description/text/keyword
+/descendant::closed_auction/descendant::keyword
+/site/closed_auctions/closed_auction/descendant::keyword
+/site/closed_auctions/closed_auction[annotation/description/text/keyword]/date
+/site/closed_auctions/closed_auction[descendant::keyword]/date
+/site/people/person[profile/gender and profile/age]/name
+/site/people/person[phone or homepage]/name
+/site/people/person[address and (phone or homepage) and (creditcard or profile)]/name
+
+#XPATHMARK B queries
+#/site/open_auctions/open_auction/bidder[following-sibling::bidder]
+#/descendant::person[profile/@income]/name
+