summaryrefslogtreecommitdiff
path: root/tests/docs
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-03-30 10:01:59 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-03-30 10:01:59 +0000
commit71ea287919dcc0f136e0392e9aac9e10ad7c8ca4 (patch)
tree9da10bcf780323bd9ab05cd74313080e1957f416 /tests/docs
parente8524403716b8a5ffc4872376581ecf2b7e58240 (diff)
downloadlibxslt-71ea287919dcc0f136e0392e9aac9e10ad7c8ca4.tar.gz
libxslt-71ea287919dcc0f136e0392e9aac9e10ad7c8ca4.tar.bz2
libxslt-71ea287919dcc0f136e0392e9aac9e10ad7c8ca4.zip
fixed bug 169718 with ancestors in patterns similar to same bug fixed in
* libxslt/pattern.c: fixed bug 169718 with ancestors in patterns similar to same bug fixed in libxml2 * tests/general/bug-160.*, tests/general/Makefile.am, tests/docs/bug-160.*, tests/docs/Makefile.am: added test provided by Aaron Kaplan Daniel
Diffstat (limited to 'tests/docs')
-rw-r--r--tests/docs/Makefile.am1
-rw-r--r--tests/docs/bug-160.xml8
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am
index 081f515c..e7da7228 100644
--- a/tests/docs/Makefile.am
+++ b/tests/docs/Makefile.am
@@ -159,6 +159,7 @@ EXTRA_DIST = \
bug-157.xml \
bug-158.xml bug-158.doc \
bug-159.xml \
+ bug-160.xml \
character.xml \
array.xml \
items.xml
diff --git a/tests/docs/bug-160.xml b/tests/docs/bug-160.xml
new file mode 100644
index 00000000..3abe6b5a
--- /dev/null
+++ b/tests/docs/bug-160.xml
@@ -0,0 +1,8 @@
+<AAA>
+ <Title>foo</Title>
+ <AAA>
+ <BBB/>
+ </AAA>
+</AAA>
+
+