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 19091 - [QT3] no description in analyzeString-027
Summary: [QT3] no description in analyzeString-027
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Last Call drafts
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Tim Mills
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-27 14:42 UTC by Andrew Eisenberg
Modified: 2012-09-27 15:56 UTC (History)
0 users

See Also:


Attachments

Description Andrew Eisenberg 2012-09-27 14:42:02 UTC
Test case analyzeString-027 is missing a required description element.

   <test-case name="analyzeString-027">
      <created by="Tim Mills" on="2012-09-25"/>
      <dependency type="spec" value="XQ30+"/>
      <test>exactly-one(fn:analyze-string(concat('Mary', codepoints-to-string(13), 'Jones'), 'y.J', 's')/fn:match)/string()</test>
      <result>
	<assert-eq>concat('y', codepoints-to-string(13), 'J')</assert-eq>
      </result>
   </test-case>
Comment 1 Tim Mills 2012-09-27 14:52:24 UTC
A fix has been committed.

Please mark as CLOSED if you agree with the resolution.  Otherwise, REOPEN.