[Bug 15642] New: [QT3] filter-001

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15642

           Summary: [QT3] filter-001
           Product: XPath / XQuery / XSLT
           Version: Member-only Editors Drafts
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
        AssignedTo: benjie.nguyen@gmail.com
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


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>

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 20 January 2012 14:20:53 UTC