File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ $graph:
243
243
244
244
# ## New Optional Conformance Tests for v1.2.1
245
245
246
- # ### `InlineJavaScriptRequirement`
246
+ # ### InlineJavascriptRequirement tests
247
247
* `record_outputeval`: Use of `outputEval` on a record itself, not
248
248
the fields of the record.
249
249
* `staging-basename`: Use of an `ExpressionTool` to change `basename` of
@@ -253,11 +253,11 @@ $graph:
253
253
numbers are represented on the command line using decimals, not
254
254
scientific notation.
255
255
256
- # ### ` MultipleInputFeatureRequirement`
256
+ # ### MultipleInputFeatureRequirement tests
257
257
* `multiple-input-feature-requirement`: `MultipleInputFeatureRequirement` on
258
258
workflow outputs.
259
259
260
- # ### ` InitialWorkDirRequirement`
260
+ # ### InitialWorkDirRequirement tests
261
261
* `iwd-subdir`: Test emitting a subdirectory from the initial working
262
262
directory.
263
263
Original file line number Diff line number Diff line change @@ -169,12 +169,12 @@ $graph:
169
169
170
170
### New Optional Conformance Tests for v1.2.1
171
171
172
- #### ` SchemaDefRequirement`
172
+ #### SchemaDefRequirement tests
173
173
* `schemadef_types_with_import`: Test `SchemaDefRequirement` with a
174
174
workflow, with the `$import` under types. It is similar to `schemadef-wf`,
175
175
but the `$import` is different.
176
176
177
- #### ` ScatterFeatureRequirement`
177
+ #### ScatterFeatureRequirement tests
178
178
* `simple_simple_scatter`: Two level nested scatter.
179
179
* `dotproduct_simple_scatter`: Two level nested scatter: external
180
180
dotproduct and internal simple.
@@ -195,7 +195,7 @@ $graph:
195
195
* `nested_crossproduct_nested_crossproduct_scatter`: Two level nested scatter:
196
196
external nested_crossproduct and internal nested_crossproduct.
197
197
198
- #### ` StepInputExpressionRequirement`
198
+ #### StepInputExpressionRequirement tests
199
199
* `default_with_falsey_value`: Confirms that "false"-like (but not 'null')
200
200
values override any default.
201
201
You can’t perform that action at this time.
0 commit comments