Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Jul 18, 2024
1 parent 18bfa57 commit 33a0d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.14
1.11.15
3 changes: 3 additions & 0 deletions tests/test_expand.cc
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,10 @@ CASE( "test_metkit_expand_12_time" ) {
timeThrows({"0:0:12"});
timeThrows({"12s"});
time({"0"}, {"0000"});
time({"0","1","6","12","18"}, {"0000","0100","0600","1200","1800"});
time({"0","1","12"}, {"0000","0100","1200"});
time({"0030"}, {"0030"});
time({"30m"}, {"0030"});
time({"00:30","1:30","02:50"}, {"0030","0130","0250"});
time({"0h","3h","120m","170m"}, {"0000","0300","0200","0250"});

Expand Down

0 comments on commit 33a0d48

Please sign in to comment.