From b53d1b89eacb088a540277cba616ac12b0fa5eb6 Mon Sep 17 00:00:00 2001 From: mechuwind Date: Tue, 30 Jul 2013 14:49:22 +0200 Subject: [PATCH] Update nn.js Update test for nn --- test/lang/nn.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lang/nn.js b/test/lang/nn.js index 62b7c7b24..28105851a 100644 --- a/test/lang/nn.js +++ b/test/lang/nn.js @@ -55,11 +55,11 @@ exports["lang:nn"] = { ['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', 'sundag 14 februar 2010 15:25'], - ['l', '2010-2-14'], + ['l', '14.2.2010'], ['ll', '14 feb 2010'], ['lll', '14 feb 2010 15:25'], ['llll', 'sun 14 feb 2010 15:25'] -- 2.47.2