[Bug 21868] "serialization-matches" test cases not accounting for the latest XQuery spec.

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

Andrew Eisenberg <andrew.eisenberg@us.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |andrew.eisenberg@us.ibm.com
         Resolution|FIXED                       |---

--- Comment #7 from Andrew Eisenberg <andrew.eisenberg@us.ibm.com> ---
Test Serialization-026a assumes that the serialization feature is not
supported.

         declare namespace output =
"http://www.w3.org/2010/xslt-xquery-serialization";
         declare option output:method "xml";
         declare option output:standalone "yes";
         (<a/>,<b/>)


It expects "<a/> <b/>". I believe that "<a/><b/>" is the value that should be
expected.

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

Received on Monday, 3 June 2013 19:58:44 UTC