[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
         Resolution|FIXED                       |---

--- Comment #9 from Andrew Eisenberg <andrew.eisenberg@us.ibm.com> ---
I'm looking more closely at Serialization-026a:

      <result>
           <assert-string-value><![CDATA[<a/><b/>]]></assert-string-value>
      </result>

assert-string-value applies this expression to the result:

      string-join(for $r in $result return string($r), " ")

This generates a result of " " for the query (<a/>,<b/>).

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

Received on Tuesday, 4 June 2013 14:23:48 UTC