Skip to content

Commit b83f419

Browse files
committed
fix: change nameext test to include the dot
As per the CWL specification
1 parent 66296ad commit b83f419

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

v1.0/conformance_test_v1.0.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,9 +1000,9 @@
10001000
- job: v1.0/basename-fields-job.yml
10011001
output:
10021002
extFile:
1003-
checksum: sha1$1334e67fe9eb70db8ae14ccfa6cfb59e2cc24eae
1003+
checksum: sha1$301a72c82a835e1737caf30f94d0eec210c4d9f1
10041004
class: File
1005-
size: 4
1005+
size: 5
10061006
location: Any
10071007
path: Any
10081008
rootFile:
@@ -1011,5 +1011,5 @@
10111011
size: 10
10121012
location: Any
10131013
path: Any
1014-
tool: ./v1.0/basename-fields-test.cwl
1014+
tool: v1.0/basename-fields-test.cwl
10151015
doc: Test that nameroot and nameext are generated from basename at execution time by the runner

0 commit comments

Comments
 (0)