- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 07 Jun 2007 19:42:47 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4606
Summary: K2-Steps-14
Product: XML Query Test Suite
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: frans.englich@telia.com
ReportedBy: andrew.eisenberg@us.ibm.com
QAContact: public-qt-comments@w3.org
The query for K2-Steps-14 is:
<r>
{
let $i := <e>
<a/>
<b/>
</e>
let $b := ($i/b, $i/a, $i/b, $i/a)
return ()/$b
}
</r>
The expected result for this query is <r><a/><b/></r>. I believe that ()/$b
should produce (), and so I believe that the expected result should be <r/>.
Received on Thursday, 7 June 2007 19:42:59 UTC