This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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)
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.
Was resolved > 30 days ago, closing.