diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-11-22 00:11:24 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-11-22 00:11:24 +0000 |
commit | 15828d4cde05a61835f0d9306e0d35769489bdc4 (patch) | |
tree | 4c48bdf54632a9b128cf67f49c88b15939056c45 /tests/docs | |
parent | ded18bc6c2c1b9f3b77a2477b204076b24684b55 (diff) | |
download | libxslt-15828d4cde05a61835f0d9306e0d35769489bdc4.tar.gz libxslt-15828d4cde05a61835f0d9306e0d35769489bdc4.tar.bz2 libxslt-15828d4cde05a61835f0d9306e0d35769489bdc4.zip |
small change to previous fix for bug 153137, fixes bug 158840. added test
* libxslt/pattern.c: small change to previous fix for bug 153137,
fixes bug 158840.
* tests/general/bug-157.*, tests/general/Makefile.am,
tests/docs/bug-157.*, tests/docs/Makefile.am: added test for this
Diffstat (limited to 'tests/docs')
-rw-r--r-- | tests/docs/Makefile.am | 1 | ||||
-rw-r--r-- | tests/docs/bug-157.xml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index fd944df5..cc00c88a 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -156,6 +156,7 @@ EXTRA_DIST = \ bug-154.xml \ bug-155.xml \ bug-156.xml \ + bug-157.xml \ character.xml \ array.xml \ items.xml diff --git a/tests/docs/bug-157.xml b/tests/docs/bug-157.xml new file mode 100644 index 00000000..14cac783 --- /dev/null +++ b/tests/docs/bug-157.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<foo> + <bar>me</bar> + <bar>you</bar> + <bar>others</bar> +</foo> |