diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-03-14 14:53:54 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-03-14 14:53:54 +0000 |
commit | 642b5a5b1a3d4ff2ed9244fe162c285cae745c35 (patch) | |
tree | c8248a25f8600c7d557570d0ea59a02e6cb64d3b /tests/docs | |
parent | 7e40c4b464a7c9cfa8c36cbc1640af74c2672258 (diff) | |
download | libxslt-642b5a5b1a3d4ff2ed9244fe162c285cae745c35.tar.gz libxslt-642b5a5b1a3d4ff2ed9244fe162c285cae745c35.tar.bz2 libxslt-642b5a5b1a3d4ff2ed9244fe162c285cae745c35.zip |
- libxslt/transform.c: robert@xsl.00008.org pointed out a
problem in xsl:copy-of in case of attributes
- tests/docs/Makefile.am tests/docs/bug-3-.xml
tests/general/Makefile.am tests/general/bug-3-.*:
added the test to the general regression suite
Daniel
Diffstat (limited to 'tests/docs')
-rw-r--r-- | tests/docs/Makefile.am | 1 | ||||
-rw-r--r-- | tests/docs/bug-3-.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index 84056d10..02f2f8b8 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -7,6 +7,7 @@ EXTRA_DIST = \ bug-1-.xml \ bug-2-.xml \ + bug-3-.xml \ character.xml \ items.xml diff --git a/tests/docs/bug-3-.xml b/tests/docs/bug-3-.xml new file mode 100644 index 00000000..400a2d5f --- /dev/null +++ b/tests/docs/bug-3-.xml @@ -0,0 +1 @@ +<foo option="1" blaat="2" fiets="3">Test</foo> |