diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-04-02 15:13:28 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-04-02 15:13:28 +0000 |
commit | fb0a57cf03b7b62f811b7c3f5dc1347d66eb0ddd (patch) | |
tree | eb7c116af7d1ee3e8f172e41c24c282972678f40 /tests/XSLTMark/number.out | |
parent | 8bbd8700b893376dbbd00962875f16a8ddf8e244 (diff) | |
download | libxslt-fb0a57cf03b7b62f811b7c3f5dc1347d66eb0ddd.tar.gz libxslt-fb0a57cf03b7b62f811b7c3f5dc1347d66eb0ddd.tar.bz2 libxslt-fb0a57cf03b7b62f811b7c3f5dc1347d66eb0ddd.zip |
Jumbo patch, extended regression tests and fixed regression results:
- configure.in tests/Makefile.am tests/XSLTMark/* tests/multiple:
added the XSLTMark in the regression tests as well as multiple
output test from Ankh
- libxslt/functions.c libxslt/keys.c libxslt/transform.c
libxslt/variables.c libxslt/xsltutils.c: applied William M. Brack
patches and fixed a memory leak
- tests/docbook/result/html/*.html : updated the results after
William's patch
- tests/xmlspec/REC-xml-20001006-review.html
tests/xmlspec/REC-xml-20001006.html: libxml now don't invent
an HTML doctype when serializing HTML result, but adds the
encoding in ALT
Daniel
Diffstat (limited to 'tests/XSLTMark/number.out')
-rw-r--r-- | tests/XSLTMark/number.out | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/tests/XSLTMark/number.out b/tests/XSLTMark/number.out new file mode 100644 index 00000000..9f4afe2e --- /dev/null +++ b/tests/XSLTMark/number.out @@ -0,0 +1,70 @@ + +ONE 22.0 +TWO 0,00,22.0 +THREE 2200.00% +FOUR 22000.00? +FIVE 00,022.0 +SIX abc22.00123 +SEVEN 22-0 +EIGHT 22-0 +NINE 22-0 + +ONE 22.22 +TWO 0,00,22.22 +THREE 2222.00% +FOUR 22220.00? +FIVE 00,022.22 +SIX abc22.22123 +SEVEN 22-0 +EIGHT 22-0 +NINE 22-0 + +ONE 1,23.46 +TWO 0,01,23.46 +THREE 12345.60% +FOUR 123456.00? +FIVE 00,123.46 +SIX abc123.46123 +SEVEN 123-0 +EIGHT 123-0 +NINE 123-0 + +ONE -7,77,77.78 +TWO 77777.77777 +THREE -7777777.78% +FOUR -77777777.77? +FIVE 77778-000000000.0 +SIX abc-77777.78123 +SEVEN 77778 +EIGHT 77778-0 +NINE -77778-0 + +ONE -61,23.03 +TWO 6123.03000 +THREE -612303.00% +FOUR -6123030.00? +FIVE 6123-000000000.0 +SIX abc-6123.03123 +SEVEN 6123 +EIGHT 6123-0 +NINE -6123-0 + +ONE 00.0 +TWO 0,00,00.0 +THREE 0.00% +FOUR 0.00? +FIVE 00,000.0 +SIX abc0.00123 +SEVEN 0-0 +EIGHT 0-0 +NINE 0-0 + +ONE 00.0 +TWO 0,00,00.0 +THREE 0.00% +FOUR 0.00? +FIVE 00,000.0 +SIX abc0.00123 +SEVEN 0-0 +EIGHT 0-0 +NINE 0-0 |