From 72180f9280a1c88fae3bce7c56a6e4b226b1e3ac Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 20 Dec 2025 23:53:33 +0000 Subject: work/command-line-tool: Support unseparated prefix arguments. We support prefix arguments that have separate: false. This also requires more normalization in the reader to ensure the default value of separate and to coerce it to a boolean. --- e2e-tests/tests.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'e2e-tests/tests.yaml') diff --git a/e2e-tests/tests.yaml b/e2e-tests/tests.yaml index 6604e39..70f90f1 100644 --- a/e2e-tests/tests.yaml +++ b/e2e-tests/tests.yaml @@ -250,3 +250,12 @@ class: File size: 8 checksum: sha1$d53a205a336e07cf9eac45471b3870f9489288ec +- id: unseparated-prefix-arguments + doc: Prefix arguments with separate as false + tool: tools/unseparated-prefix-arguments.cwl + job: jobs/unseparated-prefix-arguments.yaml + output: + output_message: + class: File + size: 12 + checksum: sha1$598114d347c67f3f6142f60a4b5afcb3482f27a8 -- cgit 1.4.1