You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec says that the only element a call statement can have is the input: keyword followed by a list. It looks like the call statements in the unit test are trying to pass in the list of inputs, and is just missing the input: keyword.
The text was updated successfully, but these errors were encountered:
These call statements in the
if_else.wdl
unit test are missing theinput:
statement:wdl/SPEC.md
Line 6057 in 9c0b9cf
wdl/SPEC.md
Line 6062 in 9c0b9cf
The spec says that the only element a call statement can have is the
input:
keyword followed by a list. It looks like the call statements in the unit test are trying to pass in the list of inputs, and is just missing theinput:
keyword.The text was updated successfully, but these errors were encountered: