diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-06-10 12:55:21 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-06-10 12:55:21 +0000 |
commit | a2a8835a4b17d0dcf086dbe562fff2e4ea916f0a (patch) | |
tree | c8dacf11a340b13719fe8532c807f38fa7f3d2cf /tests/general/bug-84.out | |
parent | 14b17c12841770f2ab406da82a832eb5c824b4b3 (diff) | |
download | libxslt-a2a8835a4b17d0dcf086dbe562fff2e4ea916f0a.tar.gz libxslt-a2a8835a4b17d0dcf086dbe562fff2e4ea916f0a.tar.bz2 libxslt-a2a8835a4b17d0dcf086dbe562fff2e4ea916f0a.zip |
patch from Richard Jinks t correct a bug in xsl:number level="multiple"
* libxslt/numbers.c: patch from Richard Jinks t correct a bug in
xsl:number level="multiple"
* tests/docs/Makefile.am tests/docs/bug-84.xml
tests/general/Makefile.am tests/general/bug-84.*: added a
specific example in the regression tests
Daniel
Diffstat (limited to 'tests/general/bug-84.out')
-rw-r--r-- | tests/general/bug-84.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/general/bug-84.out b/tests/general/bug-84.out new file mode 100644 index 00000000..1ca87904 --- /dev/null +++ b/tests/general/bug-84.out @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +1 First Chapter +2 Second Chapter + +2.1 Subchapter 1 +2.2 Subchapter 2 +3 Third Chapter + +3.1 Subchapter A +3.2 Subchapter B + +3.2.1 sub a +3.2.2 sub b +3.3 Subchapter C + |