This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
There are minor errors in function-literal-066 function-literal-087 function-literal-088 function-literal-513 function-literal-514 e.g. wrong arity, wrong namespace. I will commit fixes.
I've been working through these tests myself and have probably picked up these errors; let's see if our changes reconcile!
Ooops, sorry. I appear to have broken function-literal-086. <test>Q{http://www.w3.org/2005/xpath-functions/math}atan#2(1e0)</test> should be <test>Q{http://www.w3.org/2005/xpath-functions/math}atan#1(1e0)</test> Would you like to fix it, or shall I?
I'll fix it. (In case you're wondering, my conversion of your function-lookup tests was done using a regex replace, which I got wrong in the case of functions with digits in their names, like atan2, so I did these by hand, getting some of them wrong).
These tests now appear to be OK.
Confirmed fixed. Thanks.