aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/util/hnh-util.scm (follow)
Commit message (Collapse)AuthorAge
* Add more tests to (hnh util).Hugo Hörnquist2023-11-06
|
* Remove test stubs for removed procedures 'set' and 'set->'.Hugo Hörnquist2023-11-06
|
* Remove and=>>.Hugo Hörnquist2023-11-06
| | | | | It was a really nice procedure, but was largely made obsolete with the introduction of the `do` notation.
* Fix sort*! test.Hugo Hörnquist2023-11-06
| | | | | Literal lists may be immutable, and sort*! may modify it's argument. Therefore a guaranteed mutable list must be sent.
* Test work.Hugo Hörnquist2023-10-22
|
* Rewrite test running system.Hugo Hörnquist2023-10-02