diff options
Diffstat (limited to 'tests/work')
| -rw-r--r-- | tests/work/command-line-tool.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/work/command-line-tool.scm b/tests/work/command-line-tool.scm index 3d63fbb..c008412 100644 --- a/tests/work/command-line-tool.scm +++ b/tests/work/command-line-tool.scm @@ -26,4 +26,8 @@ #f (match-type 'null (cwl-array-type 'File))) +(test-equal "match int to float" + 'float + (match-type 1 'float)) + (test-end "work.command-line-tool") |
