This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5698 - CVS K2-SeqIntersect-42
Summary: CVS K2-SeqIntersect-42
Status: CLOSED DUPLICATE of bug 5697
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Andrew Eisenberg
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-19 15:08 UTC by Tim Mills
Modified: 2010-03-16 16:01 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2008-05-19 15:08:24 UTC
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{()})
Comment 1 Frans Englich 2008-05-20 10:43:38 UTC

*** This bug has been marked as a duplicate of bug 5697 ***