From: Thomas Kallevik Date: Fri, 26 Jul 2013 08:04:49 +0000 (+0200) Subject: Fixed the unit test for the Norwegian language configuration X-Git-Tag: 2.2.0~39^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F949%2Fhead;p=thirdparty%2Fmoment.git Fixed the unit test for the Norwegian language configuration --- diff --git a/test/lang/nb.js b/test/lang/nb.js index 8e2ede1df..64e61451c 100644 --- a/test/lang/nb.js +++ b/test/lang/nb.js @@ -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']