From: Iskren Chernev Date: Fri, 2 Jan 2015 15:09:57 +0000 (+0200) Subject: Fix Frisian locale tests X-Git-Tag: 2.9.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894ab4f845977c3c9bce2262befb225ffed341e4;p=thirdparty%2Fmoment.git Fix Frisian locale tests --- diff --git a/test/locale/fy.js b/test/locale/fy.js index 2e8ba6d86..79596bf98 100644 --- a/test/locale/fy.js +++ b/test/locale/fy.js @@ -20,7 +20,7 @@ exports['locale:fy'] = { }, 'parse' : function (test) { - var tests = 'jannewaris jan._febrewaris feb._maart mrt._april apr._maaie mai._juny jun._july jul._augustus aug._septimber sep._oktober okt._novimber nov._desimber dec.'.split('_'), i; + var tests = 'jannewaris jan._febrewaris feb._maart mrt._april apr._maaie mai._juny jun._july jul._augustus aug._septimber sep._oktober okt._novimber nov._desimber des.'.split('_'), i; function equalTest(input, mmm, i) { test.equal(moment(input, mmm).month(), i, input + ' should be month ' + (i + 1)); }