[Bug 19635] New: [QT3TS] orderBy66

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

          Priority: P2
            Bug ID: 19635
          Assignee: oneil@saxonica.com
           Summary: [QT3TS] orderBy66
        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

In orderBy66 there is a reference to $count, which appears not to be in scope.

       declare default element namespace "http://www.w3.org/XQueryTestOrderBy";

       <results>{
           for $i in 1 to 100
           order by -$i
           let $c := count
           let $e := <e i="{$i}" pos="{$count}"/>
           order by number($e/@i)
           where $count gt 90
           return $e!@pos!number()
           }
       </results>

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

Received on Friday, 19 October 2012 14:01:10 UTC