From: kostas Date: Thu, 18 May 2017 13:50:59 +0000 (+0300) Subject: - Changed test X-Git-Tag: 2.19.0~14^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a65bcc56e030454331f84856dd623f8471162d26;p=thirdparty%2Fmoment.git - Changed test --- diff --git a/src/test/locale/es-do.js b/src/test/locale/es-do.js index b749b5b9d..890ec6cf6 100644 --- a/src/test/locale/es-do.js +++ b/src/test/locale/es-do.js @@ -212,7 +212,7 @@ test('weeks year starting sunday formatted', function (assert) { }); test('test short months proper', function (assert) { - var str = "02-ago-2016"; // "02-ago-2016" + var str = '02-ago-2016'; // "02-ago-2016" assert.equal(moment(str, 'DD-MMM-YYYY').month(), '7', '02-ago-2016 month should be 7'); });