diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-02-26 12:19:15 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-02-26 12:19:15 +0000 |
commit | 35184c89089ecdbdc202cd24ba30db9b082601aa (patch) | |
tree | 1557ddb30e38f82aff041a3f7587f74e932b8fc7 /tests/docs/Makefile.am | |
parent | 1c05fbe2d68277166b527a981c4e113b5d9a24e9 (diff) | |
download | libxslt-35184c89089ecdbdc202cd24ba30db9b082601aa.tar.gz libxslt-35184c89089ecdbdc202cd24ba30db9b082601aa.tar.bz2 libxslt-35184c89089ecdbdc202cd24ba30db9b082601aa.zip |
fixed a regression for AVT found in global variable content. added test to
* libxslt/attrvt.c libxslt/variables.c: fixed a regression for
AVT found in global variable content.
* tests/docs/Makefile.am tests/docs/bug-143.xml
tests/general/Makefile.am tests/docs/bug-143*: added test
to the regression suite.
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 cabb0077..8a328668 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -142,6 +142,7 @@ EXTRA_DIST = \ bug-140.xml \ bug-141.xml \ bug-142.xml \ + bug-143.xml \ character.xml \ array.xml \ items.xml |