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 15642 - [QT3] filter-001
Summary: [QT3] filter-001
Status: CLOSED INVALID
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Member-only Editors Drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Benjamin Nguyen
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-20 14:20 UTC by Tim Mills
Modified: 2012-05-11 15:56 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2012-01-20 14:20:47 UTC
This test uses starts-with, which is context dependent.  It should therefore expect XPST0112.

    <test-case name="filter-001">
        <description>Basic test using starts-with()</description>
        <created by="Michael Kay" on="2010-02-10"/>
        <test>filter(starts-with(?, "a"), ("apple", "pear", "apricot", "advocado", "orange"))</test>
        <result>
            <assert-deep-eq>"apple", "apricot", "advocado"</assert-deep-eq>
        </result>
    </test-case>
Comment 1 Tim Mills 2012-01-20 16:09:29 UTC
Test filter-904 has a similar problem.
Comment 2 Tim Mills 2012-01-23 10:42:39 UTC
hof-027 and hof-917 have similar problems.
Comment 3 Tim Mills 2012-05-11 15:56:29 UTC
This has now been made permissible.  No change required.