From 55c58d5c46144b7f6a6be70984ecb9e05d969236 Mon Sep 17 00:00:00 2001 From: "TGJG-XPS\\TracyG" Date: Mon, 13 Feb 2017 21:13:26 +0000 Subject: [PATCH] Removed the breaking comments in the test case. --- src/test/moment/create.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/test/moment/create.js b/src/test/moment/create.js index 408432e47..679ae18f5 100644 --- a/src/test/moment/create.js +++ b/src/test/moment/create.js @@ -476,13 +476,8 @@ test('parsing RFC 2822', function (assert) { test('non RFC 2822 strings', function (assert) { assert.ok(!moment('Tue. 01 Nov 2016 01:23:45 GMT', moment.RFC_2822, true).isValid(), 'RFC2822 datetime with all options but invalid day delimiter'); - /* TODO Confirm the given day-of-week is consistent with the day-of-month-year - * - */ assert.ok(!moment('Mon, 01 Nov 2016 01:23:45 GMT', moment.RFC_2822, true).isValid(), 'RFC2822 datetime with mismatching Day (week v date)'); - /* - */ }); test('parsing iso', function (assert) { -- 2.47.2