aboutsummaryrefslogtreecommitdiff
path: root/tests/recurrence-simple.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/recurrence-simple.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/recurrence-simple.scm b/tests/recurrence-simple.scm
index 8d930ad1..9c78977b 100644
--- a/tests/recurrence-simple.scm
+++ b/tests/recurrence-simple.scm
@@ -1,9 +1,7 @@
;;; Commentary:
-;; Basic tests that recurrence rule parsing works.
-;; Including that it fails on invalid output.
-;;
-;;
-;; General tests of "generate-recurrence-set".
+;; Simples tests of recurrence system, ensuring that all parsers and
+;; basic generators work. Some more fully-featured tests are here, but
+;; most are instead in recurrence-advanced.scm.
;;; Code:
(((srfi srfi-41) stream-take stream-map stream->list stream-car)