]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Applied failed test result
authorJeeeyul <Jeeeyul@gmail.com>
Thu, 19 Dec 2013 09:29:58 +0000 (18:29 +0900)
committerJeeeyul <Jeeeyul@gmail.com>
Thu, 19 Dec 2013 09:29:58 +0000 (18:29 +0900)
lang/ko.js
test/lang/ko.js

index 88639d6fb1cf18941b1c98ddd06faeb46d26c4f6..eb2a5827def30c7a02d3a2c0d5c1a1a933ec485b 100644 (file)
@@ -57,7 +57,7 @@
         ordinal : '%d일',
         meridiemParse : /(오전|오후)/i,
         isPM : function (token) {
-               return token === "오후";
+            return token === "오후";
         }
     });
 }));
index f6a533abf4d2e4499513aecf11eba8a6e00a3705..fe60b2beebabc4f3a59cdab386c454194432515f 100644 (file)
@@ -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(