- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 29 Oct 2007 16:37:01 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5234
Summary: 1.0.3dev: K2-GenCompEq-8
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
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 ()))
Received on Monday, 29 October 2007 16:37:10 UTC