]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Added commits
authorshaishavgandhi05 <shaishgandhi@gmail.com>
Sat, 6 Aug 2016 05:04:22 +0000 (01:04 -0400)
committerIskren Chernev <iskren.chernev@gmail.com>
Sat, 3 Sep 2016 06:05:10 +0000 (23:05 -0700)
Signed-off-by: shaishavgandhi05 <shaishgandhi@gmail.com>
src/test/locale/bs.js
src/test/locale/hr.js
src/test/locale/me.js
src/test/locale/sl.js
src/test/locale/sr-cyrl.js
src/test/locale/sr.js

index de13d5d3de8b479d4b6976cf912e8173660e66b0..e35d0176d33147d59093c38bad8f4f5e57cffab9 100644 (file)
@@ -37,11 +37,11 @@ test('format', function (assert) {
             ['a A',                                'pm PM'],
             ['[the] DDDo [day of the year]',       'the 45. day of the year'],
             ['LTS',                                '15:25:50'],
-            ['L',                                  '14. 02. 2010'],
+            ['L',                                  '14.02.2010'],
             ['LL',                                 '14. februar 2010'],
             ['LLL',                                '14. februar 2010 15:25'],
             ['LLLL',                               'nedjelja, 14. februar 2010 15:25'],
-            ['l',                                  '14. 2. 2010'],
+            ['l',                                  '14.2.2010'],
             ['ll',                                 '14. feb. 2010'],
             ['lll',                                '14. feb. 2010 15:25'],
             ['llll',                               'ned., 14. feb. 2010 15:25']
@@ -239,4 +239,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  8]).format('w ww wo'), '2 02 2.', 'Jan  8 2012 should be week 2');
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
-
index 74857b24f16df32eadf6b957a02a885ca3e1c719..6beb023bdd67e951da1da3732e44ec70f13f09a7 100644 (file)
@@ -37,11 +37,11 @@ test('format', function (assert) {
             ['a A',                                'pm PM'],
             ['[the] DDDo [day of the year]',       'the 45. day of the year'],
             ['LTS',                                '15:25:50'],
-            ['L',                                  '14. 02. 2010'],
+            ['L',                                  '14.02.2010'],
             ['LL',                                 '14. veljača 2010'],
             ['LLL',                                '14. veljača 2010 15:25'],
             ['LLLL',                               'nedjelja, 14. veljača 2010 15:25'],
-            ['l',                                  '14. 2. 2010'],
+            ['l',                                  '14.2.2010'],
             ['ll',                                 '14. velj. 2010'],
             ['lll',                                '14. velj. 2010 15:25'],
             ['llll',                               'ned., 14. velj. 2010 15:25']
@@ -239,4 +239,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  8]).format('w ww wo'), '2 02 2.', 'Jan  8 2012 should be week 2');
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
-
index 3250e5cfa24bc151b41a9925db26a93642d74d3b..994b9d7973e3110b9601e6e6a989288cdb51c4b0 100644 (file)
@@ -38,11 +38,11 @@ test('format', function (assert) {
             ['a A',                                'pm PM'],
             ['[the] DDDo [day of the year]',       'the 45. day of the year'],
             ['LTS',                                '15:25:50'],
-            ['L',                                  '14. 02. 2010'],
+            ['L',                                  '14.02.2010'],
             ['LL',                                 '14. februar 2010'],
             ['LLL',                                '14. februar 2010 15:25'],
             ['LLLL',                               'nedjelja, 14. februar 2010 15:25'],
-            ['l',                                  '14. 2. 2010'],
+            ['l',                                  '14.2.2010'],
             ['ll',                                 '14. feb. 2010'],
             ['lll',                                '14. feb. 2010 15:25'],
             ['llll',                               'ned., 14. feb. 2010 15:25']
@@ -244,4 +244,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  8]).format('w ww wo'), '2 02 2.', 'Jan  8 2012 should be week 2');
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
-
index 905db273f7f367b7d0c0c16f191d973602a6b21b..eda64dbac60dca901e19c3aa4f0aca9e1248c42e 100644 (file)
@@ -37,11 +37,11 @@ test('format', function (assert) {
             ['a A',                                'pm PM'],
             ['[the] DDDo [day of the year]',       'the 45. day of the year'],
             ['LTS',                                '15:25:50'],
-            ['L',                                  '14. 02. 2010'],
+            ['L',                                  '14.02.2010'],
             ['LL',                                 '14. februar 2010'],
             ['LLL',                                '14. februar 2010 15:25'],
             ['LLLL',                               'nedelja, 14. februar 2010 15:25'],
-            ['l',                                  '14. 2. 2010'],
+            ['l',                                  '14.2.2010'],
             ['ll',                                 '14. feb. 2010'],
             ['lll',                                '14. feb. 2010 15:25'],
             ['llll',                               'ned., 14. feb. 2010 15:25']
@@ -330,4 +330,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  8]).format('w ww wo'), '2 02 2.', 'Jan  8 2012 should be week 2');
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
-
index b40b382214d9357218e1902033a9c6f54afbce5d..cf3cb4a31f342dbaae9a6ce383113b15e66ac5d2 100644 (file)
@@ -38,11 +38,11 @@ test('format', function (assert) {
             ['a A',                                'pm PM'],
             ['[the] DDDo [day of the year]',       'the 45. day of the year'],
             ['LTS',                                '15:25:50'],
-            ['L',                                  '14. 02. 2010'],
+            ['L',                                  '14.02.2010'],
             ['LL',                                 '14. фебруар 2010'],
             ['LLL',                                '14. фебруар 2010 15:25'],
             ['LLLL',                               'недеља, 14. фебруар 2010 15:25'],
-            ['l',                                  '14. 2. 2010'],
+            ['l',                                  '14.2.2010'],
             ['ll',                                 '14. феб. 2010'],
             ['lll',                                '14. феб. 2010 15:25'],
             ['llll',                               'нед., 14. феб. 2010 15:25']
@@ -241,4 +241,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  8]).format('w ww wo'), '2 02 2.', 'Jan  8 2012 should be week 2');
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
-
index 93f1a298977bdb5011b104822fcd96cacad9ba6a..6d889c0bc9008502f3b86942e0284ec0eadb77a8 100644 (file)
@@ -38,11 +38,11 @@ test('format', function (assert) {
             ['a A',                                'pm PM'],
             ['[the] DDDo [day of the year]',       'the 45. day of the year'],
             ['LTS',                                '15:25:50'],
-            ['L',                                  '14. 02. 2010'],
+            ['L',                                  '14.02.2010'],
             ['LL',                                 '14. februar 2010'],
             ['LLL',                                '14. februar 2010 15:25'],
             ['LLLL',                               'nedelja, 14. februar 2010 15:25'],
-            ['l',                                  '14. 2. 2010'],
+            ['l',                                  '14.2.2010'],
             ['ll',                                 '14. feb. 2010'],
             ['lll',                                '14. feb. 2010 15:25'],
             ['llll',                               'ned., 14. feb. 2010 15:25']
@@ -241,4 +241,3 @@ test('weeks year starting sunday formatted', function (assert) {
     assert.equal(moment([2012,  0,  8]).format('w ww wo'), '2 02 2.', 'Jan  8 2012 should be week 2');
     assert.equal(moment([2012,  0,  9]).format('w ww wo'), '3 03 3.', 'Jan  9 2012 should be week 3');
 });
-