Skip to content

Commit 707ebcd

Browse files
committed
1.2.1: fix some heading so that the links work. Schema-salad doesn't handle backticks in headings correctly.
1 parent 15d152d commit 707ebcd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CommandLineTool.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ $graph:
243243

244244
### New Optional Conformance Tests for v1.2.1
245245

246-
#### `InlineJavaScriptRequirement`
246+
#### InlineJavascriptRequirement tests
247247
* `record_outputeval`: Use of `outputEval` on a record itself, not
248248
the fields of the record.
249249
* `staging-basename`: Use of an `ExpressionTool` to change `basename` of
@@ -253,11 +253,11 @@ $graph:
253253
numbers are represented on the command line using decimals, not
254254
scientific notation.
255255

256-
#### `MultipleInputFeatureRequirement`
256+
#### MultipleInputFeatureRequirement tests
257257
* `multiple-input-feature-requirement`: `MultipleInputFeatureRequirement` on
258258
workflow outputs.
259259

260-
#### `InitialWorkDirRequirement`
260+
#### InitialWorkDirRequirement tests
261261
* `iwd-subdir`: Test emitting a subdirectory from the initial working
262262
directory.
263263

Workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@ $graph:
169169
170170
### New Optional Conformance Tests for v1.2.1
171171
172-
#### `SchemaDefRequirement`
172+
#### SchemaDefRequirement tests
173173
* `schemadef_types_with_import`: Test `SchemaDefRequirement` with a
174174
workflow, with the `$import` under types. It is similar to `schemadef-wf`,
175175
but the `$import` is different.
176176
177-
#### `ScatterFeatureRequirement`
177+
#### ScatterFeatureRequirement tests
178178
* `simple_simple_scatter`: Two level nested scatter.
179179
* `dotproduct_simple_scatter`: Two level nested scatter: external
180180
dotproduct and internal simple.
@@ -195,7 +195,7 @@ $graph:
195195
* `nested_crossproduct_nested_crossproduct_scatter`: Two level nested scatter:
196196
external nested_crossproduct and internal nested_crossproduct.
197197
198-
#### `StepInputExpressionRequirement`
198+
#### StepInputExpressionRequirement tests
199199
* `default_with_falsey_value`: Confirms that "false"-like (but not 'null')
200200
values override any default.
201201

0 commit comments

Comments
 (0)