summaryrefslogtreecommitdiff
path: root/test/XPath/xptr/chaptersparts
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2012-09-18 01:15:29 +0800
committerAron Xu <aron@debian.org>2012-09-18 01:15:29 +0800
commit41bb0209b2071a2e26669520a9c7a2b06af70466 (patch)
treecab0f77d60f62c896c892f4fae70cdf506897af7 /test/XPath/xptr/chaptersparts
parent896154dde64804820df53924a5b4874c388d89fd (diff)
parentf660f9d2924c7549bc87e7f9b4ece7c9727b3682 (diff)
downloadlibxml2-41bb0209b2071a2e26669520a9c7a2b06af70466.tar.gz
Merge tag 'upstream/2.9.0'
Upstream version 2.9.0
Diffstat (limited to 'test/XPath/xptr/chaptersparts')
-rw-r--r--test/XPath/xptr/chaptersparts6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/XPath/xptr/chaptersparts b/test/XPath/xptr/chaptersparts
new file mode 100644
index 0000000..aadc47c
--- /dev/null
+++ b/test/XPath/xptr/chaptersparts
@@ -0,0 +1,6 @@
+xpointer(//chapitre[2])
+xpointer(//chapter[2])
+xpointer(//chapitre[2])xpointer(//chapter[2])
+xpointer(id("chapter1"))
+xpointer(//*[@id="chapter1"])
+xpointer(id("chapter1"))xpointer(//*[@id="chapter1"])