We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test_prefix.wdl unit test has a workflow output env_prefixed:
test_prefix.wdl
env_prefixed
wdl/SPEC.md
Line 8093 in 9c0b9cf
But the expected output is env1_prefixed:
env1_prefixed
Line 8110 in 9c0b9cf
The text was updated successfully, but these errors were encountered:
A similar issue is in the serialize_array_delim_task.wdl test. heads is the output in the workflow:
serialize_array_delim_task.wdl
heads
Line 9844 in 9c0b9cf
strings
Line 9867 in 9c0b9cf
Sorry, something went wrong.
update changelog, fix #666
7a509ae
e2418eb
update changelog, fix #665, #666
c5c7c0f
jdidion
No branches or pull requests
The
test_prefix.wdl
unit test has a workflow outputenv_prefixed
:wdl/SPEC.md
Line 8093 in 9c0b9cf
But the expected output is
env1_prefixed
:wdl/SPEC.md
Line 8110 in 9c0b9cf
The text was updated successfully, but these errors were encountered: