From 93d0ba9844dbba55658ce9c0d8570e294bd096b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 10 Apr 2023 22:02:44 +0200 Subject: Add init+last. --- tests/test/hnh-util.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/test/hnh-util.scm') 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))) -- cgit v1.2.3