This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The test cases below contain FunctionTests of "function()". In hof-010, this is seen in: let $f as function() := local:f#1 return $f(2) XQuery 1.1 syntax allows either "function(*)" or "function() as type". hof-010 hof-014 hof-016 hof-019 hof-020 hof-037 hof-046 hof-047
Fixed. Changed syntax from function() to function(*).