aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-01-16ccwl: Raise exceptions on command syntax errors.Arun Isaac
2022-01-16ccwl: Raise exceptions on output syntax errors.Arun Isaac
2022-01-16ccwl: Raise exceptions on input syntax errors.Arun Isaac
2022-01-16ccwl: Delete plist->alist.Arun Isaac
2022-01-16ccwl: Document default default value of syntax-lambda**.Arun Isaac
2022-01-16ccwl: Clarify default default value of lambda**.Arun Isaac
2022-01-16tests: Move plist-ref ahead of test-begin.Arun Isaac
2022-01-16ccwl: Raise lambda** and syntax-lambda** errors as exceptions.Arun Isaac
2022-01-16tests: Use @@ instead of module-ref and resolve-module.Arun Isaac
2021-12-13ccwl: Support graphviz node ports.Arun Isaac
2021-12-13ccwl: Escape only the double quote character in graphviz output.Arun Isaac
2021-12-13ccwl: Support graphviz HTML strings.Arun Isaac
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