diff options
Diffstat (limited to 'libxslt/tests/general/bug-108.out')
-rw-r--r-- | libxslt/tests/general/bug-108.out | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libxslt/tests/general/bug-108.out b/libxslt/tests/general/bug-108.out new file mode 100644 index 0000000..b248b87 --- /dev/null +++ b/libxslt/tests/general/bug-108.out @@ -0,0 +1,25 @@ + +selecting by element: /a + by attribute: /a + +selecting by element: /a/b + by attribute: /a/b + +selecting by element: /a/b/c + by attribute: /a/b/c + +selecting by element: /a/b/c/d + by attribute: /a/b/c/d + +selecting by element: /a/b/c/d/e + by attribute: /a/b/c/d/e + +selecting by element: /a/b/c/d/e/f + by attribute: /a/b/c/d/e/f + +selecting by element: /a/b/c/d/e/f/g + by attribute: /a/b/c/d/e/f/g + +selecting by element: /a/b/c/d/e/f/g/h + by attribute: /a/b/c/d/e/f/g/h + |