]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fix Frisian locale tests
authorIskren Chernev <iskren.chernev@gmail.com>
Fri, 2 Jan 2015 15:09:57 +0000 (17:09 +0200)
committerIskren Chernev <iskren.chernev@gmail.com>
Fri, 2 Jan 2015 15:09:57 +0000 (17:09 +0200)
test/locale/fy.js

index 2e8ba6d863ce63a50898b503dcd25683fc67239e..79596bf988637553004963c9bfc4d13d0ded6e82 100644 (file)
@@ -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));
         }