Skip to content
New issue

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

Call statements have a syntax error in if_else.wdl unit test #665

Open
stxue1 opened this issue Jun 18, 2024 · 1 comment
Open

Call statements have a syntax error in if_else.wdl unit test #665

stxue1 opened this issue Jun 18, 2024 · 1 comment
Assignees

Comments

@stxue1
Copy link

stxue1 commented Jun 18, 2024

These call statements in the if_else.wdl unit test are missing the input: statement:

wdl/SPEC.md

Line 6057 in 9c0b9cf

call greet as morning { time = "morning" }

wdl/SPEC.md

Line 6062 in 9c0b9cf

call greet as afternoon { time = "afternoon" }

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.

@stxue1
Copy link
Author

stxue1 commented Jun 18, 2024

The same issue appears in the nested_if.wdl unit test:

wdl/SPEC.md

Line 6107 in 9c0b9cf

call if_else.greet { time = "morning" }

jdidion added a commit that referenced this issue Jun 26, 2024
jdidion added a commit that referenced this issue Jun 26, 2024
jdidion added a commit that referenced this issue Jun 26, 2024
@jdidion jdidion self-assigned this Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants