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 5697 - K2-SeqIntersect-42 empty function call is assumed?
Summary: K2-SeqIntersect-42 empty function call is assumed?
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
: 5698 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-05-16 15:57 UTC by Ivan Shcheklein
Modified: 2008-05-20 19:24 UTC (History)
1 user (show)

See Also:


Attachments

Description Ivan Shcheklein 2008-05-16 15:57:08 UTC
K2-SeqIntersect-42 from CVS returns empty sequence now.

I think empty() call should be added:

declare function local:function ($c as node())
{
    $c intersect $c
};
empty(local:function(document{()}))
Comment 1 Frans Englich 2008-05-20 10:42:45 UTC
Should be fixed in CVS.
Comment 2 Frans Englich 2008-05-20 10:43:38 UTC
*** Bug 5698 has been marked as a duplicate of this bug. ***
Comment 3 Ivan Shcheklein 2008-05-20 19:24:23 UTC
Thanks.