Skip to content

1.2.1: fix some heading so that the links work. #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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