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 28498 - [XT30TS] output-0160
Summary: [XT30TS] output-0160
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: 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-04-16 10:59 UTC by Tim Mills
Modified: 2015-05-18 15:46 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2015-04-16 10:59:10 UTC
The expected result

      <result>
         <serialization-matches flags="s"
            ><![CDATA[is <del>\n    \t\t\t20\t</del><ins>     1 2 </ins> pieces]]></serialization-matches>
      </result>

presumes that serialization was performed using a line ending of '\n', whereas '\r\n' should also be permitted.
Comment 1 Abel Braaksma 2015-05-17 21:15:49 UTC
Thanks, fixed by amending the regex to allow alternative line endings (currently, I only added linux, traditional mac and windows line endings).
Comment 2 Tim Mills 2015-05-18 15:46:02 UTC
Thanks.