File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -571,15 +571,19 @@ describe('dates', function() {
571
571
] ,
572
572
[
573
573
'%B \'%y WOY:%U DOW:%w' ,
574
- 'August \'12 WOY:32 DOW:1' ,
574
+ 'August \'12 WOY:33 DOW:1' ,
575
575
'Mesori \'28 WOY:## DOW:##' // world-cals doesn't support U or w
576
576
] ,
577
+ [
578
+ '%B \'%y QOY:%q WOY:%W DOW:%u' ,
579
+ 'August \'12 QOY:3 WOY:33 DOW:1' ,
580
+ 'Mesori \'28 QOY:3 WOY:48 DOW:1'
581
+ ] ,
577
582
[
578
583
'%c && %x && .%2f .%f' , // %<n>f is our addition
579
- 'Mon Aug 13 06 :19:34 2012 && 08 /13/2012 && .57 .5678' ,
580
- 'Pes Meso 7 06 :19:34 1728 && 12/07/1728 && .57 .5678'
584
+ '8/13/2012, 6 :19:34 AM && 8 /13/2012 && .57 .5678' ,
585
+ 'Pes Meso 7 6 :19:34 AM 1728 && 12/07/1728 && .57 .5678'
581
586
]
582
-
583
587
] . forEach ( function ( v ) {
584
588
var fmt = v [ 0 ] ;
585
589
var expectedGregorian = v [ 1 ] ;
You can’t perform that action at this time.
0 commit comments