This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Test case cbcl-avg-001 expects FOAR0002: fn:avg((xs:decimal("79000000000000000000000000000"), xs:decimal("79000000000000000000000000000"))) I suggest that 79000000000000000000000000000.0 be allowed as well. XML Schema says that implementations must support at least 16 total digits for xs:decimal.
Could you please specify the exact assertion that you'd like me to add?
Since we don't want assertions to have implementation-defined behaviour, I would suggest changing the test to fn:avg((xs:decimal("79000000000000000000000000000"), xs:decimal("79000000000000000000000000000"))) eq 79000000000000000000000000000 and changing the expected result to be either true or FOAR0002.
Should now be fixed as in comment #2. Please CLOSE this report if you agree.