From 4f757fc0a4d4af067e0d22ad4020c1b18cc3fd24 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 19 Dec 2025 19:46:27 +0000 Subject: ccwl: Add #:separate? argument to prefixed arguments. --- tests/cwl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/cwl.scm b/tests/cwl.scm index f5eeb44..ae8fa6b 100644 --- a/tests/cwl.scm +++ b/tests/cwl.scm @@ -53,6 +53,6 @@ (default . #f) (label . "foo")) (input->cwl-scm - (make-input "foo" 'boolean "foo" #f #f #f #f #f '()))) + (make-input "foo" 'boolean "foo" #f #f #f #t #f #f '()))) (test-end "cwl") -- cgit 1.4.1