From: Jeeeyul Date: Thu, 19 Dec 2013 09:29:58 +0000 (+0900) Subject: Applied failed test result X-Git-Tag: 2.5.0^2~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab63515b8a5c5b720ee7614323372cbe33ab22b4;p=thirdparty%2Fmoment.git Applied failed test result --- diff --git a/lang/ko.js b/lang/ko.js index 88639d6fb..eb2a5827d 100644 --- a/lang/ko.js +++ b/lang/ko.js @@ -57,7 +57,7 @@ ordinal : '%d일', meridiemParse : /(오전|오후)/i, isPM : function (token) { - return token === "오후"; + return token === "오후"; } }); })); diff --git a/test/lang/ko.js b/test/lang/ko.js index f6a533abf..fe60b2bee 100644 --- a/test/lang/ko.js +++ b/test/lang/ko.js @@ -43,17 +43,17 @@ exports["lang:kr"] = { inputFormat : "YYYY[년] M[월] D[일] A h[시] m[분]", outputFormat : "A", expected : "오후" - },{ + }, { expression : "1981년 9월 8일 오전 2시 30분", inputFormat : "YYYY[년] M[월] D[일] A h[시] m[분]", outputFormat : "A h시", expected : "오전 2시" - },{ + }, { expression : "14시 30분", inputFormat : "H[시] m[분]", outputFormat : "A", expected : "오후" - },{ + }, { expression : "오후 4시", inputFormat : "A h[시]", outputFormat : "H", @@ -62,7 +62,7 @@ exports["lang:kr"] = { test.expect(elements.length); - elements.forEach(function(it){ + elements.forEach(function (it) { var actual = moment(it.expression, it.inputFormat).format(it.outputFormat); test.equal(