diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-08-28 04:00:26 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-08-28 04:00:26 +0000 |
commit | ddbbcaf473ad105286c8ff35a5626c435483e7da (patch) | |
tree | b8373815832b623cd41b6c1ed06fbe400adcec75 /tests/docs/Makefile.am | |
parent | 2709c26aa4a295036bb51930827df7309c396b09 (diff) | |
download | libxslt-ddbbcaf473ad105286c8ff35a5626c435483e7da.tar.gz libxslt-ddbbcaf473ad105286c8ff35a5626c435483e7da.tar.bz2 libxslt-ddbbcaf473ad105286c8ff35a5626c435483e7da.zip |
fixed small problem with key initialisation disturbing the transformation
* libxslt/keys.c: fixed small problem with key initialisation
disturbing the transformation context (bug 151201).
* tests/general/bug-153.*, tests/general/Makefile.am,
tests/docs/bug-153*, tests/docs/Makefile.am: added test case
for above
Diffstat (limited to 'tests/docs/Makefile.am')
-rw-r--r-- | tests/docs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index ec4f8150..a86d91fe 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -151,6 +151,8 @@ EXTRA_DIST = \ bug-149.xml \ bug-150.xml \ bug-151.xml \ + bug-152.xml \ + bug-153.xml bug-153.doc \ character.xml \ array.xml \ items.xml |