]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Removed the breaking comments in the test case.
authorTGJG-XPS\TracyG <tracyg.gilmore@gmail.com>
Mon, 13 Feb 2017 21:13:26 +0000 (21:13 +0000)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 12 Mar 2017 00:11:46 +0000 (02:11 +0200)
src/test/moment/create.js

index 408432e47da9875cbc404303bb2ce558ebe9e9a9..679ae18f51599e8644a84f6db2284535bc011ab6 100644 (file)
@@ -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) {