[Bug 21595] New: higher-order-functions-034

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

            Bug ID: 21595
           Summary: higher-order-functions-034
    Classification: Unclassified
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0 Test Suite
          Assignee: abel.online@xs4all.nl
          Reporter: mike@saxonica.com
        QA Contact: public-qt-comments@w3.org

test cases 6 and 7 in this test assume that

element(e)? 

is a subtype of

element(e, xs:anyType)*

But this is not the case, because element(e) allows a nilled element, while
element(e, xs:anyType) does not.

Entries 6 and 7 in the expected results should therefore be false rather than
true.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 5 April 2013 15:40:44 UTC