From 707ebcd2173889604459c5f4ffb55173c508abb3 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Tue, 24 Sep 2024 16:21:46 +0200 Subject: [PATCH] 1.2.1: fix some heading so that the links work. Schema-salad doesn't handle backticks in headings correctly. --- CommandLineTool.yml | 6 +++--- Workflow.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CommandLineTool.yml b/CommandLineTool.yml index 7abf8c10..4d518bec 100644 --- a/CommandLineTool.yml +++ b/CommandLineTool.yml @@ -243,7 +243,7 @@ $graph: ### New Optional Conformance Tests for v1.2.1 - #### `InlineJavaScriptRequirement` + #### InlineJavascriptRequirement tests * `record_outputeval`: Use of `outputEval` on a record itself, not the fields of the record. * `staging-basename`: Use of an `ExpressionTool` to change `basename` of @@ -253,11 +253,11 @@ $graph: numbers are represented on the command line using decimals, not scientific notation. - #### `MultipleInputFeatureRequirement` + #### MultipleInputFeatureRequirement tests * `multiple-input-feature-requirement`: `MultipleInputFeatureRequirement` on workflow outputs. - #### `InitialWorkDirRequirement` + #### InitialWorkDirRequirement tests * `iwd-subdir`: Test emitting a subdirectory from the initial working directory. diff --git a/Workflow.yml b/Workflow.yml index d1733812..0279cdc6 100644 --- a/Workflow.yml +++ b/Workflow.yml @@ -169,12 +169,12 @@ $graph: ### New Optional Conformance Tests for v1.2.1 - #### `SchemaDefRequirement` + #### SchemaDefRequirement tests * `schemadef_types_with_import`: Test `SchemaDefRequirement` with a workflow, with the `$import` under types. It is similar to `schemadef-wf`, but the `$import` is different. - #### `ScatterFeatureRequirement` + #### ScatterFeatureRequirement tests * `simple_simple_scatter`: Two level nested scatter. * `dotproduct_simple_scatter`: Two level nested scatter: external dotproduct and internal simple. @@ -195,7 +195,7 @@ $graph: * `nested_crossproduct_nested_crossproduct_scatter`: Two level nested scatter: external nested_crossproduct and internal nested_crossproduct. - #### `StepInputExpressionRequirement` + #### StepInputExpressionRequirement tests * `default_with_falsey_value`: Confirms that "false"-like (but not 'null') values override any default.