diff options
Diffstat (limited to 'test/XPath/tests/idsimple')
-rw-r--r-- | test/XPath/tests/idsimple | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/XPath/tests/idsimple b/test/XPath/tests/idsimple new file mode 100644 index 0000000..2841ae9 --- /dev/null +++ b/test/XPath/tests/idsimple @@ -0,0 +1,3 @@ +//*[@id="root"] +//*[@id="chapter2"] +//*[@id="chapter5"] |