]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
- Changed test
authorkostas <kkopanidis@gmail.com>
Thu, 18 May 2017 13:50:59 +0000 (16:50 +0300)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 9 Aug 2017 11:55:36 +0000 (14:55 +0300)
src/test/locale/es-do.js

index b749b5b9da4ed52251fe8408d160b0e2a1193cdc..890ec6cf6e368435afb28f3a4ef5f770126d9903 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"; // "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');
 });