From 187f3249edb32168439e09d10ddce78f30deb53d Mon Sep 17 00:00:00 2001 From: Thomas Kallevik Date: Fri, 26 Jul 2013 10:04:49 +0200 Subject: [PATCH] Fixed the unit test for the Norwegian language configuration --- test/lang/nb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'] -- 2.47.2