[Bug 19630] New: [QT3TS] separate-modules-1 to 9

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

          Priority: P2
            Bug ID: 19630
          Assignee: oneil@saxonica.com
           Summary: [QT3TS]  separate-modules-1 to 9
        QA Contact: public-qt-comments@w3.org
          Severity: normal
    Classification: Unclassified
                OS: Windows NT
          Reporter: tim@cbcl.co.uk
          Hardware: PC
            Status: NEW
           Version: Working drafts
         Component: XQuery 3 & XPath 3 Test Suite
           Product: XPath / XQuery / XSLT

The test separate-modules- is grammatically incorrect.  

import module module = "http://www.w3.org/XQueryTest/RequireProhibitFeature";
declare option prohibit-feature "higher-order-function";
let $f in module:one() return 1

The second use of module should be "module" (string literal).
'in' should be ':='

Similar problems exist in the other separate-modules-X tests.

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

Received on Friday, 19 October 2012 10:46:10 UTC