You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('should error if missing offset or Z',function(){
@@ -366,7 +390,7 @@ describe('string conversion', function () {
366
390
seconds: 5
367
391
});
368
392
});
369
-
393
+
370
394
it('parses an ISO 8601 duration string that contains years, months, weeks, days, hours, minutes, and fractional values for seconds expressed with a period and returns a DateTimeDuration object',function(){
@@ -379,7 +403,7 @@ describe('string conversion', function () {
379
403
seconds: 5.5
380
404
});
381
405
});
382
-
406
+
383
407
it('parses an ISO 8601 duration string that contains years, months, weeks, days, hours, minutes, and fractional values for seconds expressed with a comma and returns a DateTimeDuration object',function(){
@@ -444,7 +468,7 @@ describe('string conversion', function () {
444
468
seconds: 0
445
469
});
446
470
});
447
-
471
+
448
472
it('parses a negative ISO 8601 duration string that contains years, months, weeks, days, hours, minutes, and seconds and returns a DateTimeDuration object',function(){
@@ -457,7 +481,7 @@ describe('string conversion', function () {
457
481
seconds: -5
458
482
});
459
483
});
460
-
484
+
461
485
it('parses an ISO 8601 duration string that contains years, months, weeks, days, hours, minutes, and seconds with a preceding + sign and returns a DateTimeDuration object',function(){
0 commit comments