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 28372 - [xslt30ts] higher-order-functions-042
Summary: [xslt30ts] higher-order-functions-042
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 Test Suite (show other bugs)
Version: Last Call drafts
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Abel Braaksma
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-30 10:28 UTC by Michael Kay
Modified: 2015-05-06 21:21 UTC (History)
1 user (show)

See Also:


Attachments

Description Michael Kay 2015-03-30 10:28:49 UTC
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)
Comment 1 Abel Braaksma 2015-03-30 19:34:23 UTC
I agree. This test was failing because our results were equal to the ones you copied here in comment#0.

I looked at the test more closely and I don't see how the original results should be the expected outcome, so I moved forward and fixed it in the Hg repository.

Changes were pushed.
Comment 2 Abel Braaksma 2015-05-06 21:21:04 UTC
Was resolved > 30 days ago, closing.