- From: <bugzilla@jessica.w3.org>
- Date: Sun, 18 Jan 2015 10:29:11 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27848
Bug ID: 27848
Summary: UseCaseJSON-002, UseCaseJSON-007
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
Assignee: oneil@saxonica.com
Reporter: christian.gruen@gmail.com
QA Contact: public-qt-comments@w3.org
The query results should contain all possible permutations, because maps do not
necessarily return key/value pairs in the order in which they had been
inserted.
See UseCaseJSON-007 as example:
<result>
<assert-deep-eq>map { "visible" : [ "AJISAI (EGS)", "AKARI (ASTRO-F)" ],
"invisible" : [ "AAU CUBESAT" ] }</assert-deep-eq>
</result>
<result>
<any-of>
<assert-deep-eq>map { "visible" : [ "AJISAI (EGS)", "AKARI (ASTRO-F)" ],
"invisible" : [ "AAU CUBESAT" ] }</assert-deep-eq>
<assert-deep-eq>map { "visible" : [ "AKARI (ASTRO-F)" , "AJISAI (EGS)"],
"invisible" : [ "AAU CUBESAT" ] }</assert-deep-eq>
</any-of>
</result>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Sunday, 18 January 2015 10:29:12 UTC