Skip to content

Commit

Permalink
Fix Frisian locale tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Jan 2, 2015
1 parent c4f331a commit 894ab4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/locale/fy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit 894ab4f

Please sign in to comment.