]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fixed the unit test for the Norwegian language configuration 949/head
authorThomas Kallevik <thomas@sysco.no>
Fri, 26 Jul 2013 08:04:49 +0000 (10:04 +0200)
committerThomas Kallevik <thomas@sysco.no>
Fri, 26 Jul 2013 08:04:49 +0000 (10:04 +0200)
test/lang/nb.js

index 8e2ede1dfd414536a0431c5f6d7e7a3d6345c03f..64e61451cfedac6b0fb7a59dc2e8399f67e4b22e 100644 (file)
@@ -56,11 +56,11 @@ exports["lang:nb"] = {
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
                 ['[the] DDDo [day of the year]',       'the 45. day of the year'],
-                ['L',                                  '2010-02-14'],
+                ['L',                                  '14.02.2010'],
                 ['LL',                                 '14 februar 2010'],
                 ['LLL',                                '14 februar 2010 15:25'],
                 ['LLLL',                               'søndag 14 februar 2010 15:25'],
-                ['l',                                  '2010-2-14'],
+                ['l',                                  '14.2.2010'],
                 ['ll',                                 '14 feb 2010'],
                 ['lll',                                '14 feb 2010 15:25'],
                 ['llll',                               'søn 14 feb 2010 15:25']