- From: <bugzilla@jessica.w3.org>
- Date: Wed, 14 Sep 2016 15:35:59 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29788
Tim Mills <tim@cbcl.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |tim@cbcl.co.uk
Resolution|FIXED |---
--- Comment #2 from Tim Mills <tim@cbcl.co.uk> ---
Aren't these two affected in an identical way?
<test-case name="millisecs-025">
<description>Fractional seconds: both width modifier and picture
</description>
<created by="Michael Kay" on="2016-09-13"/>
<test>format-time(xs:time('12:01:01.1'), "[f1###,3-3]")</test>
<result>
<assert-eq>"100"</assert-eq>
</result>
</test-case>
<test-case name="millisecs-026">
<description>Fractional seconds: both width modifier and picture
</description>
<created by="Michael Kay" on="2016-09-13"/>
<test>format-time(xs:time('12:01:01.5'), "[f1###,2-3]")</test>
<result>
<assert-eq>"50"</assert-eq>
</result>
</test-case>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 14 September 2016 15:36:06 UTC