[Bug 19091] New: [QT3] no description in analyzeString-027

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19091

           Summary: [QT3] no description in analyzeString-027
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
        AssignedTo: tim@cbcl.co.uk
        ReportedBy: andrew.eisenberg@us.ibm.com
         QAContact: public-qt-comments@w3.org


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>

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 27 September 2012 14:42:08 UTC