diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-11-14 09:05:49 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-11-14 09:05:49 +0000 |
commit | f0e711ee9ca6078baaadfd067eddba918294606e (patch) | |
tree | 28e603a9ef4349b38055705a5b1f67081483741a /tests/general/bug-98.out | |
parent | 89d4d86894e57f73eacf0b1fd55bb79bff90b7ca (diff) | |
download | libxslt-f0e711ee9ca6078baaadfd067eddba918294606e.tar.gz libxslt-f0e711ee9ca6078baaadfd067eddba918294606e.tar.bz2 libxslt-f0e711ee9ca6078baaadfd067eddba918294606e.zip |
make sure the fixup for key() reported by John Escott actually works.
* libxslt/functions.c: make sure the fixup for key() reported
by John Escott actually works.
* tests/docs/Makefile.am tests/docs/bug-98.xml
tests/general/Makefile.am tests/general/bug-98.*: added the
example in the regression tests for this case
Daniel
Diffstat (limited to 'tests/general/bug-98.out')
-rw-r--r-- | tests/general/bug-98.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/general/bug-98.out b/tests/general/bug-98.out new file mode 100644 index 00000000..8cec1489 --- /dev/null +++ b/tests/general/bug-98.out @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<result> + <total><type>one</type><a>3</a><b>3</b></total> + <total><type>two</type><a>1</a><b>5</b></total> + +</result> |