- From: <bugzilla@farnsworth.w3.org>
- Date: Mon, 19 May 2008 15:08:25 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5698
Summary: CVS K2-SeqIntersect-42
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: tim@cbcl.co.uk
QAContact: public-qt-comments@w3.org
The expected result for this is "false".
I presume a call to empty is missing here.
(:*******************************************************:)
(: Test: K2-SeqIntersect-42 :)
(: Written by: Frans Englich :)
(: Date: 2007-11-22T11:31:21+01:00 :)
(: Purpose: Perform intersection between two singleton document nodes. :)
(:*******************************************************:)
declare function local:function ($c as node())
{
$c intersect $c
};
local:function(document{()})
Received on Monday, 19 May 2008 15:08:59 UTC