From 2fd968f166d5918054b317ce4ad0c1ee2761cb0c Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 26 Feb 2004 13:54:35 +0000 Subject: [PATCH] added test similar to 143 but checking for AVT in local variables. Daniel * tests/docs/Makefile.am tests/docs/bug-144.xml tests/general/Makefile.am tests/docs/bug-144*: added test similar to 143 but checking for AVT in local variables. Daniel --- ChangeLog | 6 ++++++ doc/libxslt-api.xml | 3 +++ doc/libxslt-refs.xml | 5 +++++ tests/docs/Makefile.am | 1 + tests/docs/bug-144.xml | 1 + tests/general/Makefile.am | 1 + tests/general/bug-144.out | 2 ++ tests/general/bug-144.xsl | 10 ++++++++++ 8 files changed, 29 insertions(+) create mode 100644 tests/docs/bug-144.xml create mode 100644 tests/general/bug-144.out create mode 100644 tests/general/bug-144.xsl diff --git a/ChangeLog b/ChangeLog index ca2f29a..933e6d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Feb 26 14:53:16 CET 2004 Daniel Veillard + + * tests/docs/Makefile.am tests/docs/bug-144.xml + tests/general/Makefile.am tests/docs/bug-144*: added test + similar to 143 but checking for AVT in local variables. + Thu Feb 26 13:16:33 CET 2004 Daniel Veillard * libxslt/attrvt.c libxslt/variables.c: fixed a regression for diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 422280e..5dd1dba 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -113,6 +113,7 @@ interface for the key matching used in key() and template matches. implementation of the key mechanims. Daniel Veillard + @@ -493,6 +494,8 @@ + + diff --git a/doc/libxslt-refs.xml b/doc/libxslt-refs.xml index 26d24eb..e9ff82c 100644 --- a/doc/libxslt-refs.xml +++ b/doc/libxslt-refs.xml @@ -8,6 +8,7 @@ + @@ -391,6 +392,9 @@ + + + @@ -1545,6 +1549,7 @@ + diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index 8a32866..04f555f 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -143,6 +143,7 @@ EXTRA_DIST = \ bug-141.xml \ bug-142.xml \ bug-143.xml \ + bug-144.xml \ character.xml \ array.xml \ items.xml diff --git a/tests/docs/bug-144.xml b/tests/docs/bug-144.xml new file mode 100644 index 0000000..69d62f2 --- /dev/null +++ b/tests/docs/bug-144.xml @@ -0,0 +1 @@ + diff --git a/tests/general/Makefile.am b/tests/general/Makefile.am index 534ae09..156caa4 100644 --- a/tests/general/Makefile.am +++ b/tests/general/Makefile.am @@ -149,6 +149,7 @@ EXTRA_DIST = \ bug-141.out bug-141.xsl \ bug-142.out bug-142.xsl \ bug-143.out bug-143.xsl \ + bug-144.out bug-144.xsl \ character.out character.xsl \ character2.out character2.xsl \ itemschoose.out itemschoose.xsl \ diff --git a/tests/general/bug-144.out b/tests/general/bug-144.out new file mode 100644 index 0000000..61380a1 --- /dev/null +++ b/tests/general/bug-144.out @@ -0,0 +1,2 @@ + +foo1 diff --git a/tests/general/bug-144.xsl b/tests/general/bug-144.xsl new file mode 100644 index 0000000..4f62ed7 --- /dev/null +++ b/tests/general/bug-144.xsl @@ -0,0 +1,10 @@ + + + foo + + foo1 + + + + -- 2.7.4