Add test for 'feed the cat in 3 days'

Sun, 21 Jun 2009 23:20:54 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 21 Jun 2009 23:20:54 +0100
changeset 20
1db3ee8b9bc3
parent 19
0cdb35f96cb6
child 21
983f96ebef08

Add test for 'feed the cat in 3 days'

tests.lua file | annotate | diff | comparison | revisions
--- a/tests.lua	Sun Jun 21 23:20:40 2009 +0100
+++ b/tests.lua	Sun Jun 21 23:20:54 2009 +0100
@@ -56,6 +56,8 @@
 check("2010", 1262307600);
 check("Tuesday in July 2030", 1909184400);
 
+check("feed the cat in 3 days", 259200, 13, 23);
+
 if all_ok then
 	print("OK");
 end

mercurial