[Bug 28372] New: [xslt30ts] higher-order-functions-042

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

            Bug ID: 28372
           Summary: [xslt30ts] higher-order-functions-042
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0 Test Suite
          Assignee: abel.online@xs4all.nl
          Reporter: mike@saxonica.com
        QA Contact: public-qt-comments@w3.org

The expected results of this test appear to be incorrect. I think the results
should be

<out xmlns:local="http://local/">
   <tokens>
      <t>\s:HOW</t>
      <t>\s:NICE!</t>
      <t>\s:THANK</t>
      <t>\s:YOU,</t>
      <t>\s:I</t>
      <t>\s:ENJOYED</t>
      <t>\s:THAT.</t>
   </tokens>
   <tokens>
      <t>,:HOW NICE! THANK YOU</t>
      <t>,: I ENJOYED THAT.</t>
   </tokens>
   <tokens>
      <t>!:HOW NICE</t>
      <t>!: THANK YOU, I ENJOYED THAT.</t>
   </tokens>
</out>

(Saxon 9.7, rather weirdly, is producing the incorrect (published) results with
-export:off, and the correct results with -export:on)

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

Received on Monday, 30 March 2015 10:28:53 UTC