-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix streams tests and testing sequence length.
For now, we need to test streams before lists and sequences (the built-in kind), because the current stable version of `stream.el` implements streams as lists. - Fix functions `loopy--seq-length=` and `loopy--seq-length>`. Add tests of the same name. - Test that we correctly signal an error when a list or stream is too short. - Fix test `substream-destr`. Add test `substream-destr-too-short`.
- Loading branch information
Showing
3 changed files
with
52 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters