From: kostas Date: Thu, 18 May 2017 13:50:34 +0000 (+0300) Subject: - Changed test X-Git-Tag: 2.19.0~31^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e25a2d7cb3ca3501b464f33ecfbd539759efcb0e;p=thirdparty%2Fmoment.git - Changed test --- diff --git a/src/test/locale/es.js b/src/test/locale/es.js index dedd7ca98..c870ae54d 100644 --- a/src/test/locale/es.js +++ b/src/test/locale/es.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"; + var str = '02-ago-2016'; assert.equal(moment(str, 'DD-MMM-YYYY').month(), '7', '02-ago-2016 month should be 7'); });