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 5234 - 1.0.3dev: K2-GenCompEq-8
Summary: 1.0.3dev: K2-GenCompEq-8
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 NT
: 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:
Depends on:
Blocks:
 
Reported: 2007-10-29 16:37 UTC by Tim Mills
Modified: 2007-10-31 15:55 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2007-10-29 16:37:00 UTC
There is an extra ')' at the end of this query in CVS revision 1.85 which causes a syntax error.



(:*******************************************************:)
(: Test: K2-GenCompEq-8                                  :)
(: Written by: Frans Englich                             :)
(: Date: 2007-10-23T11:01:29+01:00                       :)
(: Purpose: The operator causes atomization.             :)
(:*******************************************************:)
empty(for $b in <e/>
    where $b/@id="person0"
    return ()))
Comment 1 Frans Englich 2007-10-31 10:32:47 UTC
Yes, should be fixed in CVS.


Frans
Comment 2 Tim Mills 2007-10-31 15:55:48 UTC
Thanks.