summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ccwl.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ccwl.scm b/tests/ccwl.scm
index 9aa00f3..2207200 100644
--- a/tests/ccwl.scm
+++ b/tests/ccwl.scm
@@ -139,4 +139,10 @@
   (workflow ()
     (print-with-default)))
 
+(test-assert "allow steps with expressions that evaluate to commands"
+  (workflow ((message #:type string))
+    ((and #t print)
+     (print)
+     #:message message)))
+
 (test-end "ccwl")