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

Test-suite: while vs for #5

Open
wmvndrscht opened this issue Feb 4, 2018 · 4 comments
Open

Test-suite: while vs for #5

wmvndrscht opened this issue Feb 4, 2018 · 4 comments

Comments

@wmvndrscht
Copy link

wmvndrscht commented Feb 4, 2018

In the Test suit required tests:

5 - **FOR**_N : Check that a **while** loop can execute more than once.

Should this be:

1. 5 - WHILE_N : Check that a while loop can execute more than once.
or
2. 5 - FOR_N : Check that a for loop can execute a loop with more than iteration.

@m8pple
Copy link
Contributor

m8pple commented Feb 7, 2018

Yes, you're right. I changed the test-cases slightly to discourage temporal translation
of submissions, and must have missed that.

Thanks, I'll update it.

@edpickup
Copy link

Could this be clarified in the spec? Its still the original wording

@edpickup
Copy link

Sorry to bump this again, but the spec still has the original wording, and it is unclear which of the two (while vs for) is correct.

@m8pple
Copy link
Contributor

m8pple commented Mar 28, 2018

Given I completely failed to follow up on this, I'll simply transfer the problem to me.
I'll manually inspect each one, and work out whether it tests for a while loop or a
for loop.

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

3 participants