From 3d056a6804319156cab5b783def1350eac910724 Mon Sep 17 00:00:00 2001 From: Mario Domgoergen Date: Fri, 1 Feb 2019 09:32:52 +0100 Subject: [PATCH] Tidy up --- t/13february.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/13february.t b/t/13february.t index 5e8a019..15c4b22 100644 --- a/t/13february.t +++ b/t/13february.t @@ -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;