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 17101 - [QT3TS] Serialization-024
Summary: [QT3TS] Serialization-024
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Dennis Knochenwefel
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-18 15:07 UTC by Tim Mills
Modified: 2012-06-01 10:48 UTC (History)
2 users (show)

See Also:


Attachments

Description Tim Mills 2012-05-18 15:07:57 UTC
This test expects SEPM0016.  However the empty string is a valid string of Unicode characters.  The test should instead expect err:SESU0013.

declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
(: A string of Unicode characters :)
declare option output:version "";
<result>ok</result>
Comment 1 Dennis Knochenwefel 2012-05-29 09:28:18 UTC
The bug report makes sense to me. Will fix this. thanks.
Comment 2 O'Neil Delpratt 2012-06-01 07:41:02 UTC
Bug fixed. Thanks Dennis.
Comment 3 Tim Mills 2012-06-01 10:48:07 UTC
Confirmed fixed.