diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ccwl.scm | 4 |
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") |