- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 08 Jun 2007 00:16:16 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4608
Summary: K2-ExternalVariablesWithout-10
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 is K2-ExternalVariablesWithout-10 is:
declare variable $e := <e>
<a/>
</e>;
declare variable $f := $e;
<r>
{
$e is $e,
$f is $e,
$e, $f
}
</r>
The expected result is:
<r>true true<e> <a/></e><e><a/></e></r>
I believe that it has an extra space and that it should be:
<r>true true<e><a/></e><e><a/></e></r>
Received on Friday, 8 June 2007 00:16:18 UTC