- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 01 Jun 2009 15:55:50 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6988
Summary: K2-ExternalVariablesWith-22
Product: XML Query Test Suite
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: mike@saxonica.com
QAContact: public-qt-comments@w3.org
This test (confusingly named, because it does not actually have an external
variable) is:
declare variable $v as element(*, xs:untyped?)+ := <e/>;
1
With construction mode preserve, the type of the element will be "anyType"
rather than "untyped", so (if the variable is evaluated at all) it will cause a
type error XPTY0004, whereas the test expects success.
--
Configure bugmail: http://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 Monday, 1 June 2009 15:55:57 UTC