diff options
Diffstat (limited to 'test/XPath/xptr/chapterschildseq')
-rw-r--r-- | test/XPath/xptr/chapterschildseq | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/XPath/xptr/chapterschildseq b/test/XPath/xptr/chapterschildseq new file mode 100644 index 0000000..3b52f5f --- /dev/null +++ b/test/XPath/xptr/chapterschildseq @@ -0,0 +1,8 @@ +/1/2/3 +element(/1/2/3) +element(foo)element(/1/2/3) +element(/1/2/3)element(foo) +chapter1/3 +element(chapter1/3) +element(foo)element(chapter1/3) +element(chapter1/3)element(foo) |