- From: <bugzilla@jessica.w3.org>
- Date: Tue, 20 Sep 2016 12:01:52 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29769 --- Comment #6 from Michael Kay <mike@saxonica.com> --- I'm puzzled. I see: <test-case name="format-date-en122"> <description>English ordinal numbers 1990-2020</description> <created by="Michael Kay, Saxonica" on="2011-07-01"/> <modified by="Tim Mills" on="2016-08-19" change="Bug 29769" /> <modified by="Michael Kay" on="2016-09-13" change="Bug 29765" /> <environment> <param name="d" as="xs:date" select="xs:date('1990-12-01')"/> </environment> <dependency type="language" value="en"/> <test>for $i in 0 to 30 return let $d2 := $d + xs:yearMonthDuration('P1Y')*$i return format-date($d2, '[Y1o]', 'en', (), ()) </test> <result> <assert-string-value normalize-space="true"> 1990th 1991st 1992nd 1993rd 1994th 1995th 1996th 1997th 1998th 1999th 2000th 2001st 2002nd 2003rd 2004th 2005th 2006th 2007th 2008th 2009th 2010th 2011th 2012th 2013th 2014th 2015th 2016th 2017th 2018th 2019th 2020th </assert-string-value> </result> </test-case> -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 20 September 2016 12:02:04 UTC