]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update en-ca.js
authorZhan Tong Zhang <zhantongz@users.noreply.github.com>
Sun, 3 Jan 2016 15:23:23 +0000 (08:23 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 6 Mar 2016 09:09:07 +0000 (01:09 -0800)
src/test/locale/en-ca.js

index 6c11f56f4dedad77b0ea6ea9c656964139a00499..64329f8cde6935f863a69e021ee6a39c70bddace 100644 (file)
@@ -41,13 +41,13 @@ test('format', function (assert) {
             ['[the] DDDo [day of the year]',       'the 45th day of the year'],
             ['L',                                  '2010-02-14'],
             ['LTS',                                '3:25:50 PM'],
-            ['LL',                                 '14 February, 2010'],
-            ['LLL',                                '14 February, 2010 3:25 PM'],
-            ['LLLL',                               'Sunday, 14 February, 2010 3:25 PM'],
+            ['LL',                                 'February 14, 2010'],
+            ['LLL',                                'February 14, 2010 3:25 PM'],
+            ['LLLL',                               'Sunday, February 14, 2010 3:25 PM'],
             ['l',                                  '2010-2-14'],
-            ['ll',                                 '14 Feb, 2010'],
-            ['lll',                                '14 Feb, 2010 3:25 PM'],
-            ['llll',                               'Sun, 14 Feb, 2010 3:25 PM']
+            ['ll',                                 'Feb 14, 2010'],
+            ['lll',                                'Feb 14, 2010 3:25 PM'],
+            ['llll',                               'Sun, Feb 14, 2010 3:25 PM']
         ],
         b = moment(new Date(2010, 1, 14, 15, 25, 50, 125)),
         i;