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 17187 - [QT3TS] K2-ancestor-or-selfAxis-3
Summary: [QT3TS] K2-ancestor-or-selfAxis-3
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-25 11:21 UTC by Tim Mills
Modified: 2012-05-25 13:54 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2012-05-25 11:21:57 UTC
A recent change to K2-ancestor-or-selfAxis-3 has introduced a parse error.

An extra '(' has been introduced, with no matching ')'.
Comment 1 O'Neil Delpratt 2012-05-25 11:48:31 UTC
I agree. Typo in the test. I have committed a fix to cvs.
Comment 2 Tim Mills 2012-05-25 12:51:57 UTC
The expected result is also wrong.  true should be true().
Comment 3 O'Neil Delpratt 2012-05-25 13:04:35 UTC
Bug fix applied.
Comment 4 Tim Mills 2012-05-25 13:54:16 UTC
Confirmed fixed.  Thanks.