-
Notifications
You must be signed in to change notification settings - Fork 146
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
Tests of bool.while
with iteration over a tuple
#2785
Milestone
Comments
@yegor256 @maxonfjvipon What about this? Can I write some tests for |
@c71n93 sure, you can, especially if your tests will break something |
c71n93
added a commit
to c71n93/eo
that referenced
this issue
Jan 22, 2024
@c71n93 still an issue? |
@maxonfjvipon no, tests in while-tests.eo are pretty good, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no tests of
bool.while
that iterates over a tuple.I ran into the problem of iterating over a
tuple
, and I didn't find a single working example in tests. I think we need to add some tests toeo-runtime/src/test/eo/org/eolang/bool-tests.eo
.@yegor256 @maxonfjvipon WDYT?
The text was updated successfully, but these errors were encountered: