]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
failing tests for #389
authorTim Wood <washwithcare@gmail.com>
Mon, 20 Aug 2012 16:18:13 +0000 (09:18 -0700)
committerTim Wood <washwithcare@gmail.com>
Mon, 20 Aug 2012 16:18:13 +0000 (09:18 -0700)
test/moment/is_valid.js

index 2934128eb0af68ecbfa0296e0db5087fde93dbc1..070f6a9b107a77edad97cd5c122cf1445fc94dda 100644 (file)
@@ -104,7 +104,9 @@ exports.is_valid = {
             '2010-01-30T23+00:00',
             '2010-01-30T23:59+00:00',
             '2010-01-30T23:59:59+00:00',
-            '2010-01-30T23:59:59.999+00:00'
+            '2010-01-30T23:59:59.999+00:00',
+            '2010-01-30T23:59:59.999-07:00',
+            '2010-01-30T00:00:00.000+07:00'
         ];
 
         test.expect(tests.length * 2);