diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-04-30 13:25:24 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-04-30 13:25:24 +0000 |
commit | 95cc2c1cef534c378ff10b28d61eea3d59a6f6de (patch) | |
tree | 9e0069d73abcd8e11cf39f9c573621dfaede19cd /tests/docs/Makefile.am | |
parent | b06adb9f88c8922c141599001acc7203163405e3 (diff) | |
download | libxslt-95cc2c1cef534c378ff10b28d61eea3d59a6f6de.tar.gz libxslt-95cc2c1cef534c378ff10b28d61eea3d59a6f6de.tar.bz2 libxslt-95cc2c1cef534c378ff10b28d61eea3d59a6f6de.zip |
fixing bug #111755 when a template is applied to an attribute added the
* libxslt/transform.c: fixing bug #111755 when a template is
applied to an attribute
* tests/docs/Makefile.am tests/docs/bug-119.*
tests/general/Makefile.am tests/general/bug-119*: added the
example in the regression tests for that bug.
Daniel
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 5fa00699..258586ef 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -118,6 +118,7 @@ EXTRA_DIST = \ bug-116.xml \ bug-117.xml \ bug-118.xml \ + bug-119.xml \ character.xml \ array.xml \ items.xml |