This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 8367 - incorrect use of FunctionTest
Summary: incorrect use of FunctionTest
Status: RESOLVED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-24 20:58 UTC by Andrew Eisenberg
Modified: 2009-11-24 21:56 UTC (History)
0 users

See Also:


Attachments

Description Andrew Eisenberg 2009-11-24 20:58:27 UTC
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
Comment 1 Michael Kay 2009-11-24 21:56:00 UTC
Fixed. Changed syntax from function() to function(*).