diff options
author | William M. Brack <wbrack@src.gnome.org> | 2003-09-06 17:00:16 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2003-09-06 17:00:16 +0000 |
commit | 71921e738476fd0ba600017cc10b1006b0c2429c (patch) | |
tree | 48f0028973785bad73b545f791671185a3e14375 /tests/docs/Makefile.am | |
parent | ce8c487ef768f6494a12e42ef32e2eb802bcf323 (diff) | |
download | libxslt-71921e738476fd0ba600017cc10b1006b0c2429c.tar.gz libxslt-71921e738476fd0ba600017cc10b1006b0c2429c.tar.bz2 libxslt-71921e738476fd0ba600017cc10b1006b0c2429c.zip |
enhanced previous fix to bug #120684, using excellent suggestion by Daniel
* transform.c: enhanced previous fix to bug #120684, using
excellent suggestion by Daniel
* attributes.c: fixed bug #119583, merging attribute sets
from imported stylesheets.
* tests/docs/Makefile.am tests/docs/bug-131.xml
tests/general/Makefile.am tests/docs/bug-131*: added tests
to the regression suite for bug #120684.
Diffstat (limited to 'tests/docs/Makefile.am')
-rw-r--r-- | tests/docs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index 94a9c518..cd84a182 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -130,6 +130,7 @@ EXTRA_DIST = \ bug-128.xml \ bug-129.xml \ bug-130.xml bug-130.doc \ + bug-131.xml \ character.xml \ array.xml \ items.xml |