aboutsummaryrefslogtreecommitdiff
path: root/tests/ccwl.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ccwl.scm')
-rw-r--r--tests/ccwl.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ccwl.scm b/tests/ccwl.scm
index 219e3f7..af76372 100644
--- a/tests/ccwl.scm
+++ b/tests/ccwl.scm
@@ -163,4 +163,8 @@
#:message message)))
#f)))
+(test-assert "allow literals as arguments"
+ (workflow ()
+ (print #:message "Hello")))
+
(test-end "ccwl")