-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- made `(^Context) pass` and `(^Context) fail` return a boolean so they can be passed to `(^Context) endCustom` - added new assertion function `(^Context) assert.sameType` - library now exits with a fatal error if: - a custom assertion function does not end all of its branches with `T.endCustom` - a previous assertion function failed and its enclosing function did not return implementation details: - rearranged functions around the file into a much more sensible format to be read
- Loading branch information
1 parent
69eb0dd
commit 26dce9d
Showing
3 changed files
with
134 additions
and
81 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