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 29756 - [qt3ts] Incorrect results for serialize-xml-120
Summary: [qt3ts] Incorrect results for serialize-xml-120
Status: RESOLVED INVALID
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Candidate Recommendation
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-27 23:00 UTC by Michael Kay
Modified: 2016-07-28 13:29 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2016-07-27 23:00:07 UTC
I believe the expected results for test serialize-xml-120 are incorrect.

The test serializes <e><f/><e/> with (effectively) no serialization parameters, and asserts that the result does not contain a space. But the serialized result contains an XML declaration, and therefore contains a space.
Comment 1 Michael Kay 2016-07-28 13:29:33 UTC
Withdrawn. The default for omit-xml-declaration when parameters are supplied using a map is "yes".