-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
multiple values #71
Labels
Comments
+omega
… On Aug 14, 2017, at 6:39 PM, Robby Findler ***@***.***> wrote:
It would be great if check-equal? accepted multiple values in each of its sub-expressions and then just made sure that they had the same number of values and then checked that they were equal. I usually work around this by writing something like:
(check-equal? (call-with-values (lambda () (call-my-multi-valued-function)) list)
(list 'the 'expected 'results))
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#71>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABf5-0dII1SCvc4EL_Iu4YBbxjh6OK70ks5sYMyIgaJpZM4O2-9q>.
|
is this still an issue? Please consider adding the label Issues labeled |
This this the same issue as #122 ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great if
check-equal?
accepted multiple values in each of its sub-expressions and then just made sure that they had the same number of values and then checked that they were equal. I usually work around this by writing something like:The text was updated successfully, but these errors were encountered: