[Bug 9377] New: test cases with XQuery 1.1 syntax

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9377

           Summary: test cases with XQuery 1.1 syntax
           Product: XML Query Test Suite
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: andrew.eisenberg@us.ibm.com
         QAContact: public-qt-comments@w3.org


We have long had test cases that test for implementations that stray beyond
XQuery 1.0 syntax (scenario parse-error). Some of these test cases are now
valid instances of XQuery 1.1: 

WhereExpr020
K2-WhereExpr-1
K2-ExternalVariablesWithout-18

Consider WhereExpr020:

for $file in ($input-context//Folder)[1]/File
where true()
where false()
return $file/FileName


I suggest that these test cases be changed to the standard scenario and allow
both an expected result and error XPST0003.


-- 
Configure bugmail: http://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 Wednesday, 31 March 2010 18:56:58 UTC