summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-11-02tests: Add input-output-parameters.cwl.Arun Isaac
2021-11-02ccwl: Support external CWL workflows.Arun Isaac
2021-10-12tests: Fix quoting of type.Arun Isaac
2021-10-11ccwl: Factorize out CWL generation code to separate file.Arun Isaac
2021-10-04ccwl: Support #:allow-other-keys in lambda** and syntax-lambda**.Arun Isaac
2021-10-04ccwl: Error out on invalid keywords to lambda**.Arun Isaac
2021-10-04tests: Remove stray syntax-lambda** form.Arun Isaac
2021-07-27ccwl: Make syntax-lambda** more like lambda**.Arun Isaac
2021-07-20ccwl: Set default value of lambda** n-ary arguments to '().Arun Isaac
2021-07-20ccwl: Document syntax-lambda** support for default arguments.Arun Isaac
2021-07-20ccwl: Support default values for arguments in lambda**.Arun Isaac
2021-07-20tests: Add tests for ccwl/utils.scm.Arun Isaac
2021-07-19tests: Fix order of arguments to test-equal.Arun Isaac
2021-07-19tests: Fix indentation.Arun Isaac
2021-07-02tests: Ensure stdin input has no inputBinding.Arun Isaac
2021-07-02tests: Remove unnecessary import.Arun Isaac
2021-04-26Escape asterisk characters in scm->yaml.Arun Isaac
2021-04-26Test if scm->yaml escapes hyphen characters.Arun Isaac
2021-04-26Remove deprecated break-pair tests.Arun Isaac
2021-04-17Add copyright section to test files.Arun Isaac
2021-02-27Add break-pair utility.Arun Isaac
2021-02-27Display dictionary entries with empty values on the same line.Arun Isaac