<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>20170</bug_id>
          
          <creation_ts>2012-11-30 10:59:05 +0000</creation_ts>
          <short_desc>[XT3TS]  date-064</short_desc>
          <delta_ts>2013-02-01 11:06:07 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>XPath / XQuery / XSLT</product>
          <component>XSLT 3.0 Test Suite</component>
          <version>Working drafts</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows 3.1</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Tim Mills">tim</reporter>
          <assigned_to name="Abel Braaksma">abel.online</assigned_to>
          <cc>mike</cc>
          
          <qa_contact name="Mailing list for public feedback on specs from XSL and XML Query WGs">public-qt-comments</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>79176</commentid>
    <comment_count>0</comment_count>
    <who name="Tim Mills">tim</who>
    <bug_when>2012-11-30 10:59:05 +0000</bug_when>
    <thetext>date-064.xsl uses PNn but expects the AM/PM designator to be in capitols.

It currently expects

&lt;out&gt;;
     &lt;code x=&quot;00:00 = 12AM 00:05 = 12AM 01:00 = 1AM 09:30 = 9AM 12:00 = 12PM 15:15 = 3PM&quot;&gt;&lt;/code&gt;;
     &lt;code x=&quot;00:00 = 12AM 00:05 = 12AM 01:00 = 1AM 09:30 = 9AM 12:00 = 12PM 15:15 = 3PM&quot;&gt;&lt;/code&gt;;  
     &lt;code x=&quot;00:00 = 12Am 00:05 = 12Am 01:00 = 1Am 09:30 = 9Am 12:00 = 12Pm 15:15 = 3Pm&quot;&gt;&lt;/code&gt;;  
     &lt;code x=&quot;00:00 = 12Am 00:05 = 12Am 01:00 = 1Am 09:30 = 9Am 12:00 = 12Pm 15:15 = 3Pm&quot;&gt;&lt;/code&gt;;  
     &lt;code x=&quot;00:00 = 12A 00:05 = 12A 01:00 = 1A 09:30 = 9A 12:00 = 12P 15:15 = 3P&quot;&gt;&lt;/code&gt;;  
     &lt;code x=&quot;00:00 = 12AM 00:05 = 12AM 01:00 = 1AM 09:30 = 9AM 12:00 = 12PM 15:15 = 3PM&quot;&gt;&lt;/code&gt;;  
     &lt;code x=&quot;00:00 = 12am 00:05 = 12am 01:00 = 1am 09:30 = 9am 12:00 = 12pm 15:15 = 3pm&quot;&gt;&lt;/code&gt;; 
     &lt;/out&gt;

but should expect

&lt;out&gt;;
     &lt;code x=&quot;00:00 = 12Am 00:05 = 12Am 01:00 = 1Am 09:30 = 9Am 12:00 = 12Pm 15:15 = 3Pm&quot;&gt;&lt;/code&gt;;
     &lt;code x=&quot;00:00 = 12Am 00:05 = 12Am 01:00 = 1Am 09:30 = 9Am 12:00 = 12Pm 15:15 = 3Pm&quot;&gt;&lt;/code&gt;;  
     &lt;code x=&quot;00:00 = 12Am 00:05 = 12Am 01:00 = 1Am 09:30 = 9Am 12:00 = 12Pm 15:15 = 3Pm&quot;&gt;&lt;/code&gt;;  
     &lt;code x=&quot;00:00 = 12Am 00:05 = 12Am 01:00 = 1Am 09:30 = 9Am 12:00 = 12Pm 15:15 = 3Pm&quot;&gt;&lt;/code&gt;;  
     &lt;code x=&quot;00:00 = 12A 00:05 = 12A 01:00 = 1A 09:30 = 9A 12:00 = 12P 15:15 = 3P&quot;&gt;&lt;/code&gt;;  
     &lt;code x=&quot;00:00 = 12AM 00:05 = 12AM 01:00 = 1AM 09:30 = 9AM 12:00 = 12PM 15:15 = 3PM&quot;&gt;&lt;/code&gt;;  
     &lt;code x=&quot;00:00 = 12am 00:05 = 12am 01:00 = 1am 09:30 = 9am 12:00 = 12pm 15:15 = 3pm&quot;&gt;&lt;/code&gt;; 
     &lt;/out&gt;

This is probably dependent on whether PNn returns A.M. or Am.  I doubt anyone would return A.m.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>79979</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2012-12-11 23:05:08 +0000</bug_when>
    <thetext>Changed the title of the bug to refer to the test named in the body of the bug...

Made further adjustments to the normalization of results to accept all reasonable output. (see also bug #20339)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>80079</commentid>
    <comment_count>2</comment_count>
    <who name="Tim Mills">tim</who>
    <bug_when>2012-12-13 10:29:28 +0000</bug_when>
    <thetext>Not quite fixed.

.NET does not produce A.M. - it always gives AM.  So for the first row, we now produce

     &lt;code x=&quot;00:00 = 12A 00:05 = 12A 01:00 = 1A 09:30 = 9A 12:00 = 12P 15:15 = 3P&quot;&gt;&lt;/code&gt;;

not the expected

     &lt;code x=&quot;00:00 = 12AM 00:05 = 12AM 01:00 = 1AM 09:30 = 9AM 12:00 = 12PM 15:15 = 3PM&quot;&gt;&lt;/code&gt;;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>82403</commentid>
    <comment_count>3</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2013-01-31 15:33:02 +0000</bug_when>
    <thetext>I&apos;ve had another attempt at normalizing the output prior to comparison. Please check if it&apos;s now OK for you.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>82468</commentid>
    <comment_count>4</comment_count>
    <who name="Tim Mills">tim</who>
    <bug_when>2013-02-01 11:06:07 +0000</bug_when>
    <thetext>Thanks.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>