These commits fix two minor issues with the SRFI 178 tests, reported by Jim Rees (https://srfi-email.schemers.org/srfi-178/msg/15052841/). The implementation and SRFI document are unaffected. Thanks.
You can view, comment on, or merge this pull request online at:
https://github.com/scheme-requests-for-implementation/srfi-178/pull/9
Commit Summary
- Fix substitution typo.
- Fix tests which were using equal? to compare bitvectors.
File Changes
- M test/iterators.scm (6)
- M test/quasi-string.scm (11)
Patch Links:
- https://github.com/scheme-requests-for-implementation/srfi-178/pull/9.patch
- https://github.com/scheme-requests-for-implementation/srfi-178/pull/9.diff
—