Add tests for clojure.core/every?#922
Conversation
|
I noticed Is the expectation for
If so, it wouldn't be much more work to include that as part of this PR. |
Sure, I think this is ok. No need to duplicate everything. |
There was a problem hiding this comment.
Pull request overview
Adds a new cross-dialect test namespace covering clojure.core/every?, addressing the missing coverage tracked in issue #261.
Changes:
- Introduces
clojure.core-test.every-qmarkwith core behavioral tests forevery?. - Adds coverage for empty/nil collections, predicate-as-collection/map behavior, short-circuiting, infinite sequences, and invalid-argument shapes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
E-A-Griffin
left a comment
There was a problem hiding this comment.
Ignore my initial comment, I checked again and I see you already have it covered
This PR closes #261
Edit
This PR also closes #375,
not-every?