]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Add day marker character for Japanese.Update test again.
authorXueWei <breadson.xue@gmail.com>
Wed, 23 Dec 2015 07:20:06 +0000 (23:20 -0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 6 Mar 2016 09:22:10 +0000 (01:22 -0800)
src/test/locale/ja.js

index dd3e212f83f85e7f245bef04a35c00e20748f34e..fad5f892f91137e74d743649710756cac12101e4 100644 (file)
@@ -22,12 +22,12 @@ test('parse', function (assert) {
 
 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'],
@@ -35,7 +35,7 @@ test('format', function (assert) {
             ['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日'],