From 6b0ea0af935be3151f8068cfbfbe035e70342f0a Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 22 Oct 2002 15:34:36 +0000 Subject: fixed bug #78501 when using a non ascii character for the number * libxslt/numbers.c libxslt/numbersInternals.h libxslt/xsltutils.[ch]: fixed bug #78501 when using a non ascii character for the number formatting grouping separator. * tests/docs/Makefile.am tests/docs/bug-95.xml tests/general/Makefile.am tests/general/bug-95.*: added the example in the regression tests for this case * libxslt/attributes.c: cleaning up a problem introduced in last patch Daniel --- tests/general/bug-95.xsl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/general/bug-95.xsl (limited to 'tests/general/bug-95.xsl') diff --git a/tests/general/bug-95.xsl b/tests/general/bug-95.xsl new file mode 100644 index 00000000..a4c89e80 --- /dev/null +++ b/tests/general/bug-95.xsl @@ -0,0 +1,22 @@ + + + + + + + + +Example xsltproc + + + + + + + + + + + -- cgit v1.2.3