Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
mdom committed Feb 1, 2019
1 parent ff6689d commit 3d056a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/13february.t
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ tzset;
set_absolute_time(1548993183);
use App::dategrep::Strptime qw(strptime);

ok( eval { strptime( 'Jan 31 16:42:06', '%b %d %H:%M:%S' ); 1 }, 'check if month 0 is used' );
ok( eval { strptime( 'Jan 31 16:42:06', '%b %d %H:%M:%S' ); 1 },
'check if month 0 is used' );

done_testing;

0 comments on commit 3d056a6

Please sign in to comment.