test('format', function (assert) {
var a = [
- ['dddd, MMMM Do YYYY, a h:mm:ss', '日曜日, 2月 14 2010, 午後 3:25:50'],
+ ['dddd, MMMM Do YYYY, a h:mm:ss', '日曜日, 2月 14日 2010, 午後 3:25:50'],
['ddd, Ah', '日, 午後3'],
['M Mo MM MMMM MMM', '2 2 02 2月 2月'],
['YYYY YY', '2010 10'],
['D Do DD', '14 14日 14'],
- ['d do dddd ddd dd', '0 0 日曜日 日 日'],
+ ['d do dddd ddd dd', '0 0日 日曜日 日 日'],
['DDD DDDo DDDD', '45 45日 045'],
['w wo ww', '8 8 08'],
['h hh', '3 03'],
['m mm', '25 25'],
['s ss', '50 50'],
['a A', '午後 午後'],
- ['[the] DDDo [day of the year]', 'the 45 day of the year'],
+ ['[the] DDDo [day of the year]', 'the 45日 day of the year'],
['LTS', '午後3時25分50秒'],
['L', '2010/02/14'],
['LL', '2010年2月14日'],