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 following YAML is valid and works as intended.
- tab: geefNde testcases: - expression: haskell: Submission.geefNde 2 [1, 2, 3, 4] return: 3
The docs, however, state that I can define the language at the start of the test plan.
- tab: "My tab" language: "java" testcases: - expression: "Submission.toString(1+1)" return: "2"
When I try this for the haskell language, Dodona throw an invalid DSL error
- tab: geefNde language: haskell testcases: - expression: Submission.geefNde 2 [1, 2, 3, 4] return: 3
The text was updated successfully, but these errors were encountered:
The docs seem to be wrong; I think it should work like this:
language: haskell tabs: - tab: geefNde testcases: - expression: Submission.geefNde 2 [1, 2, 3, 4] return: 3
Sorry, something went wrong.
No branches or pull requests
The following YAML is valid and works as intended.
The docs, however, state that I can define the language at the start of the test plan.
When I try this for the haskell language, Dodona throw an invalid DSL error
The text was updated successfully, but these errors were encountered: