This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4606 - K2-Steps-14
Summary: K2-Steps-14
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-07 19:42 UTC by Andrew Eisenberg
Modified: 2007-06-13 18:40 UTC (History)
0 users

See Also:


Attachments

Description Andrew Eisenberg 2007-06-07 19:42:47 UTC
The query for K2-Steps-14 is:

<r>
    {
        let $i :=   <e>
                        <a/>
                        <b/>
                    </e>
        let $b := ($i/b, $i/a, $i/b, $i/a)
        return ()/$b
    }
</r>

The expected result for this query is <r><a/><b/></r>. I believe that ()/$b should produce (), and so I believe that the expected result should be <r/>.
Comment 1 Frans Englich 2007-06-13 08:43:40 UTC
Yes, another nearby test had a similar error. A fix has been attempted in CVS, XQTS_current.zip is updated.