From: Jørn Ølmheim Date: Tue, 13 Oct 2015 19:26:07 +0000 (+0200) Subject: Rebase, fixup of a couple of old messages. X-Git-Tag: 2.11.0~40^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0bffa1301e44497f716751b515052a4664eddd6;p=thirdparty%2Fmoment.git Rebase, fixup of a couple of old messages. --- diff --git a/src/test/moment/format.js b/src/test/moment/format.js index 7f69e19a6..8a1a4fc92 100644 --- a/src/test/moment/format.js +++ b/src/test/moment/format.js @@ -332,7 +332,7 @@ test('quarter formats', function (assert) { }); test('quarter ordinal formats', function (assert) { - assert.equal(moment([1985, 1, 4]).format('Qo'), '1st', 'Feb 4 1985 is 1st quarter'); + assert.equal(moment([1985, 1, 4]).format('Qo'), '1st', 'Feb 4 1985 is 1st quarter'); assert.equal(moment([2029, 8, 18]).format('Qo'), '3rd', 'Sep 18 2029 is 3rd quarter'); assert.equal(moment([2013, 3, 24]).format('Qo'), '2nd', 'Apr 24 2013 is 2nd quarter'); assert.equal(moment([2015, 2, 5]).format('Qo'), '1st', 'Mar 5 2015 is 1st quarter');