Scott, The version I currently see in CVS (revision 1.3) doesn't have trailing 0's. The gold file was modified when bug #14241 was fixed. Is the gold file you have up to date?
Cheers,
Gordon
----
Gordon Chiu
[EMAIL PROTECTED]
[EMAIL PROTECTED]
.com To: [EMAIL PROTECTED]
cc:
11/20/2002 09:51 Subject: What's up with math110?
PM
Please respond to
xalan-dev
I just ran a smoketest and it failed because of math110.
Gold:
<?xml version="1.0" encoding="UTF-8"?>
<out>1.75|1.75|true|
1.75|true|
0.00040|0.00040|true|
0.00040|true|
</out>
My output:
<?xml version="1.0" encoding="UTF-8"?>
<out>1.75|1.75|true|
1.75|true|
0.0004|0.0004|true|
0.0004|true|
</out>
You'll notice the trailing zeros in the gold that are not in my output.
Anyone know what's up with this?
-scott
