[Bug 27726] New: [QT3TS] fn-transform-1b: test has syntax error

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

            Bug ID: 27726
           Summary: [QT3TS] fn-transform-1b: test has syntax error
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: jmdyck@ibiblio.org
        QA Contact: public-qt-comments@w3.org

In fn/transform.xml, test-case "fn-transform-1b" has an (unintended) syntax
error in the test query. It ends with:
    ... return EXPR castable as node()

but the right-hand operand of 'castable as' is a SingleType, where
    SingleType     ::= SimpleTypeName "?"?
    SimpleTypeName ::= TypeName
    TypeName       ::= EQName
so "node()" is not valid there.

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

Received on Friday, 2 January 2015 19:13:03 UTC