Add 'the day after' to tests

Mon, 22 Jun 2009 01:22:33 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 22 Jun 2009 01:22:33 +0100
changeset 27
1422a41b53ac
parent 26
309073a2bb53
child 28
3ddc836b7845

Add 'the day after' to tests

tests.lua file | annotate | diff | comparison | revisions
--- a/tests.lua	Mon Jun 22 01:21:17 2009 +0100
+++ b/tests.lua	Mon Jun 22 01:22:33 2009 +0100
@@ -27,6 +27,8 @@
 check("tomorrow evening", 145800);
 check("tomorrow midnight", 82800); -- Correct, but expected? :)
 
+check("the day after tomorrow", 172800, 0, 23);
+
 check("in 1 hour", 3600);
 check("in an hour", 3600);
 check("in 2 hours", 7200);

mercurial