diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-11-21 02:09:34 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-11-21 02:09:34 +0000 |
commit | ded18bc6c2c1b9f3b77a2477b204076b24684b55 (patch) | |
tree | 154799af793233e07c868ceff33931850807e208 /tests/docs | |
parent | 01d362a38d6292e328253b0a7df2cb35a7e9d433 (diff) | |
download | libxslt-ded18bc6c2c1b9f3b77a2477b204076b24684b55.tar.gz libxslt-ded18bc6c2c1b9f3b77a2477b204076b24684b55.tar.bz2 libxslt-ded18bc6c2c1b9f3b77a2477b204076b24684b55.zip |
enhanced code to assure the "current template rule" is not changed by
* libxslt/transform.c: enhanced code to assure the "current
template rule" is not changed by xsl:call-template (bug 157859).
* tests/general/bug-156.*, tests/general/Makefile.am,
tests/docs/bug-156.*, tests/docs/Makefile.am: added a test case
Diffstat (limited to 'tests/docs')
-rw-r--r-- | tests/docs/Makefile.am | 1 | ||||
-rw-r--r-- | tests/docs/bug-156.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index afb15d51..fd944df5 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -155,6 +155,7 @@ EXTRA_DIST = \ bug-153.xml bug-153.doc \ bug-154.xml \ bug-155.xml \ + bug-156.xml \ character.xml \ array.xml \ items.xml diff --git a/tests/docs/bug-156.xml b/tests/docs/bug-156.xml new file mode 100644 index 00000000..69d62f2c --- /dev/null +++ b/tests/docs/bug-156.xml @@ -0,0 +1 @@ +<doc/> |