]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Rebase, fixup of a couple of old messages.
authorJørn Ølmheim <joe@statoil.com>
Tue, 13 Oct 2015 19:26:07 +0000 (21:26 +0200)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 9 Nov 2015 05:20:28 +0000 (21:20 -0800)
src/test/moment/format.js

index 7f69e19a6505ddbf940ce235548bfe0ac1fcebcd..8a1a4fc922754a856bf380a35fa072e1f114a011 100644 (file)
@@ -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');