diff options
author | William M. Brack <wbrack@src.gnome.org> | 2003-12-21 12:38:05 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2003-12-21 12:38:05 +0000 |
commit | da0d5bcdf20760df496dff168123c50edc758f65 (patch) | |
tree | 4ad6e7f608bcbd64e42da6406050f5973c823d11 /tests/docs/Makefile.am | |
parent | 6d8811b0de03cc931435c6a4b0a15ea2fb86c1ea (diff) | |
download | libxslt-da0d5bcdf20760df496dff168123c50edc758f65.tar.gz libxslt-da0d5bcdf20760df496dff168123c50edc758f65.tar.bz2 libxslt-da0d5bcdf20760df496dff168123c50edc758f65.zip |
added test for namespace problem (Bug 129624)
* tests/docs/Makefile.am tests/docs/bug-138.xml
tests/general/Makefile.am tests/general/bug-138*: added
test for namespace problem (Bug 129624)
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 271afbb7..ffb96c9c 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -137,6 +137,7 @@ EXTRA_DIST = \ bug-135.xml \ bug-136.xml \ bug-137.xml \ + bug-138.xml \ character.xml \ array.xml \ items.xml |