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 | ce8c487ef768f6494a12e42ef32e2eb802bcf323 (patch) | |
tree | 54a88ce716253eaf8b8fa568d308efd7cacf3c06 /tests/docs/Makefile.am | |
parent | e61329fd8faa0dd41a34cdd16a6407f0885ecacf (diff) | |
download | libxslt-ce8c487ef768f6494a12e42ef32e2eb802bcf323.tar.gz libxslt-ce8c487ef768f6494a12e42ef32e2eb802bcf323.tar.bz2 libxslt-ce8c487ef768f6494a12e42ef32e2eb802bcf323.zip |
fixed bug 119946, caused by incorrect creation of "extra" variables when
* pattern.c pattern.h imports.c: fixed bug 119946, caused by
incorrect creation of "extra" variables when compiling
templates on imported stylesheets.
* tests/docs/Makefile.am tests/docs/bug-130.xml tests/docs/bug-130.doc
tests/general/Makefile.am test/docs/bug-130*: added tests
to the regression suite for this bug.
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 ffaae2e9..94a9c518 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -129,6 +129,7 @@ EXTRA_DIST = \ bug-127.xml \ bug-128.xml \ bug-129.xml \ + bug-130.xml bug-130.doc \ character.xml \ array.xml \ items.xml |