aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-10 22:02:44 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-10 23:45:29 +0200
commit93d0ba9844dbba55658ce9c0d8570e294bd096b0 (patch)
tree4f4a24ebc152a2c044a6b70be7a3fc1d3cd5d301 /tests
parentAdd number of missing (hnh util) tests. (diff)
downloadcalp-93d0ba9844dbba55658ce9c0d8570e294bd096b0.tar.gz
calp-93d0ba9844dbba55658ce9c0d8570e294bd096b0.tar.xz
Add init+last.
Diffstat (limited to 'tests')
-rw-r--r--tests/test/hnh-util.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test/hnh-util.scm b/tests/test/hnh-util.scm
index dc64a3aa..4e50ac1b 100644
--- a/tests/test/hnh-util.scm
+++ b/tests/test/hnh-util.scm
@@ -202,6 +202,9 @@
(test-assert "not equal"
(!= 1 2)))
+(test-group "init+last"
+ 'TODO)
+
(test-group "take-to"
(test-equal "Take to"
'() (take-to '() 5)))