From 2af01580139069b3b9a88fab0d482140eba01683 Mon Sep 17 00:00:00 2001 From: clach04 Date: Thu, 12 Aug 2021 18:13:56 -0700 Subject: [PATCH] New test 7:15pm --- tests.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tests.html b/tests.html index 6e79035..726afe8 100644 --- a/tests.html +++ b/tests.html @@ -344,6 +344,16 @@ return test("The exam is @ 2pm and goes until 4pm", "The exam", start, end, false); })(), + (function() { + var start = getNow(); + + if (start.getHours() >= 19) + start.setDate(start.getDate() + 1); + start.setHours(19, 15, 0, 0); + + return test("Let's do the consult at 7:15pm this evening then.", "let's do the consult this evening then.", start, null, false); + })(), + (function() { var start = getNow(), diff = 0 + 7 - start.getDay(); @@ -2147,4 +2157,4 @@

View documentation and sour - \ No newline at end of file +