mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
More extensive tests.
This commit is contained in:
@@ -61,7 +61,153 @@ set m a + " at " + xu
|
||||
set n a + " at " + vt
|
||||
set p a + " at " + vu
|
||||
|
||||
msg The following are the two-day-in-advance substitutions:%
|
||||
set a trigger(today()+7) + " ++7"
|
||||
msg %_%_The following are the 7-day-in-advance substitutions:%
|
||||
[a] msg [show("a")]
|
||||
[a] msg [show("b")]
|
||||
[a] msg [show("c")]
|
||||
[a] msg [show("d")]
|
||||
[a] msg [show("e")]
|
||||
[a] msg [show("f")]
|
||||
[a] msg [show("g")]
|
||||
[a] msg [show("h")]
|
||||
[a] msg [show("i")]
|
||||
[a] msg [show("j")]
|
||||
[a] msg [show("k")]
|
||||
[a] msg [show("l")]
|
||||
[a] msg [show("m")]
|
||||
[a] msg [show("n")]
|
||||
[a] msg [show("o")]
|
||||
[a] msg [show("p")]
|
||||
[a] msg [show("q")]
|
||||
[a] msg [show("r")]
|
||||
[a] msg [show("s")]
|
||||
[a] msg [show("t")]
|
||||
[a] msg [show("u")]
|
||||
[a] msg [show("v")]
|
||||
[a] msg [show("w")]
|
||||
[a] msg [show("x")]
|
||||
[a] msg [show("y")]
|
||||
[a] msg [show("z")]
|
||||
|
||||
set a trigger(today()+6) + " ++6"
|
||||
msg %_%_The following are the 6-day-in-advance substitutions:%
|
||||
[a] msg [show("a")]
|
||||
[a] msg [show("b")]
|
||||
[a] msg [show("c")]
|
||||
[a] msg [show("d")]
|
||||
[a] msg [show("e")]
|
||||
[a] msg [show("f")]
|
||||
[a] msg [show("g")]
|
||||
[a] msg [show("h")]
|
||||
[a] msg [show("i")]
|
||||
[a] msg [show("j")]
|
||||
[a] msg [show("k")]
|
||||
[a] msg [show("l")]
|
||||
[a] msg [show("m")]
|
||||
[a] msg [show("n")]
|
||||
[a] msg [show("o")]
|
||||
[a] msg [show("p")]
|
||||
[a] msg [show("q")]
|
||||
[a] msg [show("r")]
|
||||
[a] msg [show("s")]
|
||||
[a] msg [show("t")]
|
||||
[a] msg [show("u")]
|
||||
[a] msg [show("v")]
|
||||
[a] msg [show("w")]
|
||||
[a] msg [show("x")]
|
||||
[a] msg [show("y")]
|
||||
[a] msg [show("z")]
|
||||
|
||||
set a trigger(today()+5) + " ++5"
|
||||
msg %_%_The following are the 5-day-in-advance substitutions:%
|
||||
[a] msg [show("a")]
|
||||
[a] msg [show("b")]
|
||||
[a] msg [show("c")]
|
||||
[a] msg [show("d")]
|
||||
[a] msg [show("e")]
|
||||
[a] msg [show("f")]
|
||||
[a] msg [show("g")]
|
||||
[a] msg [show("h")]
|
||||
[a] msg [show("i")]
|
||||
[a] msg [show("j")]
|
||||
[a] msg [show("k")]
|
||||
[a] msg [show("l")]
|
||||
[a] msg [show("m")]
|
||||
[a] msg [show("n")]
|
||||
[a] msg [show("o")]
|
||||
[a] msg [show("p")]
|
||||
[a] msg [show("q")]
|
||||
[a] msg [show("r")]
|
||||
[a] msg [show("s")]
|
||||
[a] msg [show("t")]
|
||||
[a] msg [show("u")]
|
||||
[a] msg [show("v")]
|
||||
[a] msg [show("w")]
|
||||
[a] msg [show("x")]
|
||||
[a] msg [show("y")]
|
||||
[a] msg [show("z")]
|
||||
|
||||
set a trigger(today()+4) + " ++4"
|
||||
msg %_%_The following are the 4-day-in-advance substitutions:%
|
||||
[a] msg [show("a")]
|
||||
[a] msg [show("b")]
|
||||
[a] msg [show("c")]
|
||||
[a] msg [show("d")]
|
||||
[a] msg [show("e")]
|
||||
[a] msg [show("f")]
|
||||
[a] msg [show("g")]
|
||||
[a] msg [show("h")]
|
||||
[a] msg [show("i")]
|
||||
[a] msg [show("j")]
|
||||
[a] msg [show("k")]
|
||||
[a] msg [show("l")]
|
||||
[a] msg [show("m")]
|
||||
[a] msg [show("n")]
|
||||
[a] msg [show("o")]
|
||||
[a] msg [show("p")]
|
||||
[a] msg [show("q")]
|
||||
[a] msg [show("r")]
|
||||
[a] msg [show("s")]
|
||||
[a] msg [show("t")]
|
||||
[a] msg [show("u")]
|
||||
[a] msg [show("v")]
|
||||
[a] msg [show("w")]
|
||||
[a] msg [show("x")]
|
||||
[a] msg [show("y")]
|
||||
[a] msg [show("z")]
|
||||
|
||||
set a trigger(today()+3) + " ++3"
|
||||
msg %_%_The following are the 3-day-in-advance substitutions:%
|
||||
[a] msg [show("a")]
|
||||
[a] msg [show("b")]
|
||||
[a] msg [show("c")]
|
||||
[a] msg [show("d")]
|
||||
[a] msg [show("e")]
|
||||
[a] msg [show("f")]
|
||||
[a] msg [show("g")]
|
||||
[a] msg [show("h")]
|
||||
[a] msg [show("i")]
|
||||
[a] msg [show("j")]
|
||||
[a] msg [show("k")]
|
||||
[a] msg [show("l")]
|
||||
[a] msg [show("m")]
|
||||
[a] msg [show("n")]
|
||||
[a] msg [show("o")]
|
||||
[a] msg [show("p")]
|
||||
[a] msg [show("q")]
|
||||
[a] msg [show("r")]
|
||||
[a] msg [show("s")]
|
||||
[a] msg [show("t")]
|
||||
[a] msg [show("u")]
|
||||
[a] msg [show("v")]
|
||||
[a] msg [show("w")]
|
||||
[a] msg [show("x")]
|
||||
[a] msg [show("y")]
|
||||
[a] msg [show("z")]
|
||||
|
||||
set a trigger(today()+2) + " ++2"
|
||||
msg %_%_The following are the two-day-in-advance substitutions:%
|
||||
[a] msg [show("a")]
|
||||
[a] msg [show("b")]
|
||||
[a] msg [show("c")]
|
||||
|
||||
Reference in New Issue
Block a user