This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Following the resolution of Bug 16089, this test should no longer expect an error. <test-case name="FunctionCall-015"> <description>Test that arguments are atomized - but not the argument of casting to QName</description> <created by="Michael Kay" on="2011-10-31"/> <dependency type="spec" value="XQ30+"/> <dependency type="feature" value="schemaValidation"/> <test><![CDATA[ declare function local:f($in as xs:integer) as xs:integer { $in + 1 }; let $f := function-lookup(xs:QName(<f>local:f</f>), 1) return $f(12)]]></test> <result> <error code="XPTY0004"/> </result> </test-case>
I agree. The result has been changed to expect a 13.
Confirmed fixed. Thanks.