Skip to content

Commit

Permalink
1.2.1: fix some heading so that the links work. Schema-salad doesn't …
Browse files Browse the repository at this point in the history
…handle backticks in headings correctly.
  • Loading branch information
mr-c committed Sep 24, 2024
1 parent 15d152d commit 707ebcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CommandLineTool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 707ebcd

Please sign in to comment.