[Bug 29573] format-dateTime-en151, format-dateTime-en152, format-date-en151, format-date-en152

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

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |mike@saxonica.com
         Resolution|---                         |FIXED
            Summary|format-dateTime-en151,      |format-dateTime-en151,
                   |format-dateTime-en152,      |format-dateTime-en152,
                   |format-time-en151,          |format-date-en151,
                   |format-time-en152           |format-date-en152

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
The WG agreed that the expected results needed to be more liberal.

I have replaced the expected results with

         <all-of>
            <assert>matches($result, "en")</assert>
            <assert>matches($result, "March")</assert>
         </all-of>

         <all-of>
            <assert>matches($result, "AD")</assert>
            <assert>matches($result, "03")</assert>
         </all-of>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 26 April 2016 20:32:51 UTC