[Bug 14264] New: generalexpression98

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

           Summary: generalexpression98
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
        AssignedTo: benjie.nguyen@gmail.com
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


This query is in the catalog as

     
<test>($works/works/employee[1]/hours[1],$staff/staff/employee[6]/hours[1]) =
($works/works/employee[1]/hours[1],/works/employee[6]/hours[1])</test>

but should be

     
<test>($works/works/employee[1]/hours[1],$staff/staff/employee[6]/hours[1]) =
($works/works/employee[1]/hours[1],$works/works/employee[6]/hours[1])</test>

(/works changed to $works/works)

since the "works-and-staff" environment doesn't define a source with role '.'.

-- 
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 Friday, 23 September 2011 13:53:30 UTC