From 15bd1ff3088b9d3c6bc2f8bff44c1ea099e0c667 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 5 Apr 2004 13:26:19 +0000 Subject: [PATCH] fixed a stupid cut'npaste bug #139132 added test to the regression for bug * libxslt/keys.c: fixed a stupid cut'npaste bug #139132 * tests/docs/Makefile.am tests/docs/bug-146.xml tests/general/Makefile.am tests/docs/bug-146*: added test to the regression for bug #139132 Daniel --- ChangeLog | 7 +++++++ NEWS | 7 +------ tests/docs/Makefile.am | 1 + tests/docs/bug-146.xml | 28 ++++++++++++++++++++++++++++ tests/general/Makefile.am | 1 + tests/general/bug-146.out | 6 ++++++ tests/general/bug-146.xsl | 24 ++++++++++++++++++++++++ 7 files changed, 68 insertions(+), 6 deletions(-) create mode 100644 tests/docs/bug-146.xml create mode 100644 tests/general/bug-146.out create mode 100644 tests/general/bug-146.xsl diff --git a/ChangeLog b/ChangeLog index 8a9f749..377bc4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Apr 5 15:23:53 CEST 2004 Daniel Veillard + + * libxslt/keys.c: fixed a stupid cut'npaste bug #139132 + * tests/docs/Makefile.am tests/docs/bug-146.xml + tests/general/Makefile.am tests/docs/bug-146*: added test + to the regression for bug #139132 + 2004-04-02 10:17:23 HKT 2004 William Brack * libxslt/keys.c: applied patch from Mark Vakoc to fix problem diff --git a/NEWS b/NEWS index 35424a1..71a1b2a 100644 --- a/NEWS +++ b/NEWS @@ -4,12 +4,7 @@ Note that this is automatically generated from the news webpage at: http://xmlsoft.org/XSLT/news.html - -CVS only : check the Changelog at -http://cvs.gnome.org/lxr/source/libxslt/ChangeLog - file -for a really accurate description: - +Those are the public releases made: 1.1.5: Mar 23 2004: - performance: use dictionnary lookup for variables - remove use of _private from source documents diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index 6572ce1..85f94ba 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -145,6 +145,7 @@ EXTRA_DIST = \ bug-143.xml \ bug-144.xml \ bug-145.xml \ + bug-146.xml \ character.xml \ array.xml \ items.xml diff --git a/tests/docs/bug-146.xml b/tests/docs/bug-146.xml new file mode 100644 index 0000000..f879acd --- /dev/null +++ b/tests/docs/bug-146.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/tests/general/Makefile.am b/tests/general/Makefile.am index 2d08bee..4bd304c 100644 --- a/tests/general/Makefile.am +++ b/tests/general/Makefile.am @@ -151,6 +151,7 @@ EXTRA_DIST = \ bug-143.out bug-143.xsl \ bug-144.out bug-144.xsl \ bug-145.out bug-145.xsl bug-145.err \ + bug-146.out bug-146.xsl \ character.out character.xsl \ character2.out character2.xsl \ itemschoose.out itemschoose.xsl \ diff --git a/tests/general/bug-146.out b/tests/general/bug-146.out new file mode 100644 index 0000000..d88e13a --- /dev/null +++ b/tests/general/bug-146.out @@ -0,0 +1,6 @@ + + + + + + diff --git a/tests/general/bug-146.xsl b/tests/general/bug-146.xsl new file mode 100644 index 0000000..c8f8149 --- /dev/null +++ b/tests/general/bug-146.xsl @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + -- 2.7.4