]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
- Changed test
authorkostas <kkopanidis@gmail.com>
Thu, 18 May 2017 13:50:34 +0000 (16:50 +0300)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 6 Aug 2017 23:41:44 +0000 (02:41 +0300)
src/test/locale/es.js

index dedd7ca98bb17aa8f73fbeb26bc2132a384fd482..c870ae54d135e94af5855a767c32f8e7672578c5 100644 (file)
@@ -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');
 });