- From: <bugzilla@jessica.w3.org>
- Date: Fri, 18 May 2012 13:52:04 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17100
Summary: [QT3TS] FunctionCall-015
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
AssignedTo: oneil@saxonica.com
ReportedBy: tim@cbcl.co.uk
QAContact: public-qt-comments@w3.org
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>
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 18 May 2012 13:52:07 UTC